summaryrefslogtreecommitdiff
path: root/bin/_template.html
diff options
context:
space:
mode:
authorJohn J. Camilleri <john@digitalgrammars.com>2018-11-09 09:08:59 +0100
committerJohn J. Camilleri <john@digitalgrammars.com>2018-11-09 09:08:59 +0100
commitd1a435ad9d548e4594c8c9397afbf8b6aef79082 (patch)
treeff542ed07b22fb0e7c31b3190d824759acae4103 /bin/_template.html
parent69ba67713612271fe56be8c9d31e3abcf1a6c7fa (diff)
Remove unnecessary CSS from template
Diffstat (limited to 'bin/_template.html')
-rw-r--r--bin/_template.html14
1 files changed, 0 insertions, 14 deletions
diff --git a/bin/_template.html b/bin/_template.html
index f35432eec..c8a9108ad 100644
--- a/bin/_template.html
+++ b/bin/_template.html
@@ -14,20 +14,6 @@ $if(keywords)$
<meta name="keywords" content="$for(keywords)$$keywords$$sep$, $endfor$" />
$endif$
<title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title>
- <style type="text/css">
- code{white-space: pre-wrap;}
- span.smallcaps{font-variant: small-caps;}
- span.underline{text-decoration: underline;}
- div.column{display: inline-block; vertical-align: top; width: 50%;}
-$if(quotes)$
- q { quotes: "“" "”" "‘" "’"; }
-$endif$
- </style>
-$if(highlighting-css)$
- <style type="text/css">
-$highlighting-css$
- </style>
-$endif$
$for(css)$
<link rel="stylesheet" href="$css$" />
$endfor$