diff options
Diffstat (limited to 'provider/templates')
-rw-r--r-- | provider/templates/default.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/provider/templates/default.html b/provider/templates/default.html index 7cc15f4..ffdd5e2 100644 --- a/provider/templates/default.html +++ b/provider/templates/default.html | |||
@@ -18,6 +18,7 @@ | |||
18 | <header> | 18 | <header> |
19 | <h1 class="title"><a href="/" title="dirty-haskell.org">dirty-haskell.org</a>$if(title)$: $title$$endif$</h1> | 19 | <h1 class="title"><a href="/" title="dirty-haskell.org">dirty-haskell.org</a>$if(title)$: $title$$endif$</h1> |
20 | <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> |
21 | <ul class="links">$if(repo)$<li><a href="$repo$">Code repository</a></li>$endif$$if(base)$<li><a href="$base$">Base file</a></li>$endif$</ul> | ||
21 | </header> | 22 | </header> |
22 | $body$ | 23 | $body$ |
23 | <footer> | 24 | <footer> |