summaryrefslogtreecommitdiff
path: root/provider/templates
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-01-24 09:25:11 +0000
committerGregor Kleen <gkleen@yggdrasil.li>2016-01-24 09:25:11 +0000
commit8152c250c54b6be6533eecf393d38c83b4c66348 (patch)
tree6fcde0ce3914d61e8bc0414b01b686dd77d805c1 /provider/templates
parent68b7a70cca25a891df55721bf104fe36c8cb862a (diff)
downloaddirty-haskell.org-8152c250c54b6be6533eecf393d38c83b4c66348.tar
dirty-haskell.org-8152c250c54b6be6533eecf393d38c83b4c66348.tar.gz
dirty-haskell.org-8152c250c54b6be6533eecf393d38c83b4c66348.tar.bz2
dirty-haskell.org-8152c250c54b6be6533eecf393d38c83b4c66348.tar.xz
dirty-haskell.org-8152c250c54b6be6533eecf393d38c83b4c66348.zip
Site redesign
Diffstat (limited to 'provider/templates')
-rw-r--r--provider/templates/default.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/provider/templates/default.html b/provider/templates/default.html
index ba412e6..4dca581 100644
--- a/provider/templates/default.html
+++ b/provider/templates/default.html
@@ -18,8 +18,13 @@
18$if(title)$ 18$if(title)$
19<header> 19<header>
20 <h1 class="title"><a href="/" title="dirty-haskell.org">dirty-haskell.org</a>: $title$</h1> 20 <h1 class="title"><a href="/" title="dirty-haskell.org">dirty-haskell.org</a>: $title$</h1>
21 <h2 class="subtitle">It's not crazy — it's having fun with types.</h2>
21</header> 22</header>
22$endif$ 23$endif$
23$body$ 24$body$
25<footer>
26 <p class="info">$if(published)$$published$, $endif$<a href="mailto:blog@dirty-haskell.org">blog@dirty-haskell.org</a></p>
27 $if(tagList)$<ul class="tags">$tagList$</ul>$endif$
28</footer>
24</body> 29</body>
25</html> 30</html>