diff --git a/site.cfg b/site.cfg index c540d90..f9bb231 100644 --- a/site.cfg +++ b/site.cfg @@ -1,4 +1,3 @@ TITLE="-T Libreboot" -CSS="--css /libreboot.css" DOMAIN="https://libreboot.org/" BLOGDIR="news/" # leave as empty string if you want the blog to be the homepage diff --git a/site/libreboot.css b/site/libreboot.css deleted file mode 100644 index 4015758..0000000 --- a/site/libreboot.css +++ /dev/null @@ -1,20 +0,0 @@ -.date,.author,.h a{display:none} -html{padding:1em} -body{ - font:1em sans-serif; - line-height:1.4 -} -a{color:#22d} -code,pre,#TOC,a:hover{background:#eee} -:not(p) { - max-width:60em; - margin:0 auto -} -.title>*, header ul>li, .nav ul>li, -#footer ul>li, .h:hover>*, pre, table -{ - display:inline; - margin:.7%; - text-align:center -} -.title>*{display:block} diff --git a/site/template.include b/site/template.include index 618e347..692feb5 100644 --- a/site/template.include +++ b/site/template.include @@ -14,6 +14,28 @@ $if(keywords)$ $endif$ $if(title-prefix)$$title-prefix$ – $endif$$pagetitle$ + $if(quotes)$ $endif$