summaryrefslogtreecommitdiff
path: root/provider/templates/default.html
diff options
context:
space:
mode:
Diffstat (limited to 'provider/templates/default.html')
-rw-r--r--provider/templates/default.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/provider/templates/default.html b/provider/templates/default.html
index ffdd5e2..2e3b5db 100644
--- a/provider/templates/default.html
+++ b/provider/templates/default.html
@@ -22,8 +22,9 @@
22</header> 22</header>
23$body$ 23$body$
24<footer> 24<footer>
25 <p class="info">$if(published)$$published$, $endif$<a href="mailto:blog@dirty-haskell.org">blog@dirty-haskell.org</a></p> 25 $if(published)$<p class="info">Published $published$</p>$endif$
26 $if(tagList)$<ul class="tags">$tagList$</ul>$endif$ 26 $if(tagList)$<ul class="tags">$tagList$</ul>$endif$
27 <p>Send comments and other mail to <a href="mailto:blog@dirty-haskell.org">blog@dirty-haskell.org</a>. To learn how to receive other's comments send mail to <a href="blog+help@dirty-haskell.org">blog+help@dirty-haskell.org</a>.</p>
27</footer> 28</footer>
28</body> 29</body>
29</html> 30</html>