diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-06-14 15:16:53 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-06-14 15:16:53 +0200 |
| commit | efa1a2c808dacab309e902850837937785cde89c (patch) | |
| tree | 50509755d44d7e79171ea44adce5cacdf8f2a91e /provider | |
| parent | 729053118c4af6039a3743fc6d21935655c62a3c (diff) | |
| download | dirty-haskell.org-master.tar dirty-haskell.org-master.tar.gz dirty-haskell.org-master.tar.bz2 dirty-haskell.org-master.tar.xz dirty-haskell.org-master.zip | |
Diffstat (limited to 'provider')
| -rw-r--r-- | provider/templates/default.html | 2 |
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> |
