~jan0sch/darcs-book
Showing details for patch 0e7bfa4dc22ca364487e9f492dad69ddc6cc32e5.
diff -rN -u old-darcs-book/html/template.html new-darcs-book/html/template.html --- old-darcs-book/html/template.html 2024-11-23 15:33:50.845742953 +0000 +++ new-darcs-book/html/template.html 2024-11-23 15:33:50.845742953 +0000 @@ -4,49 +4,23 @@ <meta charset="utf-8" /> <meta name="generator" content="pandoc" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" /> -$for(author-meta)$ - <meta name="author" content="$author-meta$" /> -$endfor$ -$if(date-meta)$ - <meta name="dcterms.date" content="$date-meta$" /> -$endif$ -$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$ -$if(math)$ - $math$ -$endif$ - <!--[if lt IE 9]> + <!--[if lt IE 9]> <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script> <![endif]--> -$for(header-includes)$ - $header-includes$ -$endfor$ </head> <body> <div class=bgwrapper> <div id=content> -$for(include-before)$ -$include-before$ -$endfor$ <div class="navigation"> <ul> $if(prev)$ @@ -83,8 +57,5 @@ </div> </div> </div> -$for(include-after)$ -$include-after$ -$endfor$ </body> </html>