diff options
| author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-07-30 19:49:31 +0200 |
|---|---|---|
| committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-07-30 19:49:31 +0200 |
| commit | a7c4efe474c2d4b0efd60339d54a908d3d10576d (patch) | |
| tree | 8abb5dadba37b98f30841fff9867ffefe5dfba1b /provider/templates | |
| parent | afa41a48274110460411b7b7858383fc05c5928b (diff) | |
| download | dirty-haskell.org-a7c4efe474c2d4b0efd60339d54a908d3d10576d.tar dirty-haskell.org-a7c4efe474c2d4b0efd60339d54a908d3d10576d.tar.gz dirty-haskell.org-a7c4efe474c2d4b0efd60339d54a908d3d10576d.tar.bz2 dirty-haskell.org-a7c4efe474c2d4b0efd60339d54a908d3d10576d.tar.xz dirty-haskell.org-a7c4efe474c2d4b0efd60339d54a908d3d10576d.zip | |
blog@dirty-haskell.org is a list now
Diffstat (limited to 'provider/templates')
| -rw-r--r-- | provider/templates/default.html | 3 |
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> |
