diff options
Diffstat (limited to 'provider/templates/default.html')
| -rw-r--r-- | provider/templates/default.html | 5 |
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> |
