new html / fixed template

This commit is contained in:
gauthiier
2021-12-11 15:50:05 +01:00
parent 5028093ee8
commit 2ddccd4072
7 changed files with 180 additions and 207 deletions
-3
View File
@@ -12,9 +12,6 @@ $if(date-meta)$
$endif$
<title>$if(title-prefix)$$title-prefix$ - $endif$$pagetitle$</title>
<style type="text/css">code{white-space: pre;}</style>
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
$if(quotes)$
<style type="text/css">q { quotes: "“" "”" "" ""; }</style>
$endif$