diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-27 21:17:24 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-27 21:17:24 +0200 |
| commit | fb1406d898406709fc9cac2c50945fe1c15add43 (patch) | |
| tree | 4892a9165149caa95e5a2e0fbd47cb0fda701979 /provider/templates/default.html | |
| parent | b3c72a1370cf5cf0c620b3c40d5947f3d93cbed1 (diff) | |
| download | dirty-haskell.org-fb1406d898406709fc9cac2c50945fe1c15add43.tar dirty-haskell.org-fb1406d898406709fc9cac2c50945fe1c15add43.tar.gz dirty-haskell.org-fb1406d898406709fc9cac2c50945fe1c15add43.tar.bz2 dirty-haskell.org-fb1406d898406709fc9cac2c50945fe1c15add43.tar.xz dirty-haskell.org-fb1406d898406709fc9cac2c50945fe1c15add43.zip | |
Support for some kinds of links
Diffstat (limited to 'provider/templates/default.html')
| -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> |
