summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--provider/templates/default.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/provider/templates/default.html b/provider/templates/default.html
index 2e3b5db..7933f0e 100644
--- a/provider/templates/default.html
+++ b/provider/templates/default.html
@@ -24,7 +24,7 @@ $body$
24<footer> 24<footer>
25 $if(published)$<p class="info">Published $published$</p>$endif$ 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 <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="mailto:blog+help@dirty-haskell.org">blog+help@dirty-haskell.org</a>.</p>
28</footer> 28</footer>
29</body> 29</body>
30</html> 30</html>