summaryrefslogtreecommitdiff
path: root/build/template.html5
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2015-08-03 12:49:29 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2015-08-03 12:49:29 +0200
commit230688a0b842cf57b316a7ba62910ca387afbce7 (patch)
tree6367087d25147335972cacf19bd34fb868863fd7 /build/template.html5
parent7170488c37105691f4a690cbcf1e43000d779b59 (diff)
downloaddirty-haskell.org-230688a0b842cf57b316a7ba62910ca387afbce7.tar
dirty-haskell.org-230688a0b842cf57b316a7ba62910ca387afbce7.tar.gz
dirty-haskell.org-230688a0b842cf57b316a7ba62910ca387afbce7.tar.bz2
dirty-haskell.org-230688a0b842cf57b316a7ba62910ca387afbce7.tar.xz
dirty-haskell.org-230688a0b842cf57b316a7ba62910ca387afbce7.zip
Start of complete rewrite to switch to hakyll
Diffstat (limited to 'build/template.html5')
-rw-r--r--build/template.html555
1 files changed, 0 insertions, 55 deletions
diff --git a/build/template.html5 b/build/template.html5
deleted file mode 100644
index 970848f..0000000
--- a/build/template.html5
+++ /dev/null
@@ -1,55 +0,0 @@
1<!DOCTYPE html>
2<html$if(lang)$ lang="$lang$"$endif$>
3<head>
4 <meta charset="utf-8">
5 <meta name="generator" content="pandoc">
6 <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
7$for(author-meta)$
8 <meta name="author" content="$author-meta$">
9$endfor$
10$if(date-meta)$
11 <meta name="dcterms.date" content="$date-meta$">
12$endif$
13 <title>$if(title-prefix)$$title-prefix$ - $endif$$pagetitle$</title>
14 <style type="text/css">code{white-space: pre;}</style>
15 <!--[if lt IE 9]>
16 <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
17 <![endif]-->
18$if(quotes)$
19 <style type="text/css">q { quotes: "“" "”" "‘" "’"; }</style>
20$endif$
21$if(highlighting-css)$
22 <style type="text/css">
23$highlighting-css$
24 </style>
25$endif$
26$for(css)$
27 <link rel="stylesheet" href="$css$">
28$endfor$
29$if(math)$
30 $math$
31$endif$
32$for(header-includes)$
33 $header-includes$
34$endfor$
35</head>
36<body>
37$for(include-before)$
38$include-before$
39$endfor$
40$if(title)$
41<header>
42 <h1 class="title"><a href="/" title="dirty-haskell.org">dirty-haskell.org</a>: $title$</h1>
43</header>
44$endif$
45$if(toc)$
46<nav id="$idprefix$TOC">
47$toc$
48</nav>
49$endif$
50$body$
51$for(include-after)$
52$include-after$
53$endfor$
54</body>
55</html>