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.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/provider/templates/default.html b/provider/templates/default.html
index 4dca581..7cc15f4 100644
--- a/provider/templates/default.html
+++ b/provider/templates/default.html
@@ -15,12 +15,10 @@
15 $if(rss)$<link rel="alternate" type="application/atom+xml" href="$rss$" title="Atom 1.0">$endif$ 15 $if(rss)$<link rel="alternate" type="application/atom+xml" href="$rss$" title="Atom 1.0">$endif$
16</head> 16</head>
17<body> 17<body>
18$if(title)$
19<header> 18<header>
20 <h1 class="title"><a href="/" title="dirty-haskell.org">dirty-haskell.org</a>: $title$</h1> 19 <h1 class="title"><a href="/" title="dirty-haskell.org">dirty-haskell.org</a>$if(title)$: $title$$endif$</h1>
21 <h2 class="subtitle">It's not crazy — it's having fun with types.</h2> 20 <h2 class="subtitle">It's not crazy — it's having fun with types.</h2>
22</header> 21</header>
23$endif$
24$body$ 22$body$
25<footer> 23<footer>
26 <p class="info">$if(published)$$published$, $endif$<a href="mailto:blog@dirty-haskell.org">blog@dirty-haskell.org</a></p> 24 <p class="info">$if(published)$$published$, $endif$<a href="mailto:blog@dirty-haskell.org">blog@dirty-haskell.org</a></p>