diff options
author | Jasper Van der Jeugt <m@jaspervdj.be> | 2013-01-13 21:46:25 +0100 |
---|---|---|
committer | Jasper Van der Jeugt <m@jaspervdj.be> | 2013-01-13 21:46:25 +0100 |
commit | 82a725bd8f59453cacf3ff5e45b3a7d2903dbb2f (patch) | |
tree | b5dbf73d0571ae7bb3f7279ec5f3234089fe2679 /web/templates/default.html | |
parent | 282f0e2041bc06694dce470b8c928f050ec817c6 (diff) | |
download | hakyll-82a725bd8f59453cacf3ff5e45b3a7d2903dbb2f.tar.gz |
Site updates
Diffstat (limited to 'web/templates/default.html')
-rw-r--r-- | web/templates/default.html | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/web/templates/default.html b/web/templates/default.html index 8a5059d..b045ce6 100644 --- a/web/templates/default.html +++ b/web/templates/default.html @@ -15,10 +15,14 @@ <meta name="description" content="Hakyll - A Static Site Generator in Haskell."/> </head> <body> + <!-- Fork me on Github --> + <a href="https://github.com/jaspervdj/hakyll"><img style="position: absolute; top: 0; right: 0; border: 0; margin: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub"></a> <div id="main"> <div id="header"> - <img src="/images/lambda.png" alt="lambda" /> - Hakyll - $title$ + <a href="/"> + <img src="/images/lambda.png" alt="lambda" /> + Hakyll + </a> </div> <!-- Sidebar. --> <div id="sidebar"> @@ -29,7 +33,6 @@ <a href="/about.html">about</a> <a href="/tutorials/faq.html">faq</a> <a href="/examples.html">examples</a> - <a href="/changelog.html">changelog</a></p> <!-- Flattr button --> <h1>Donate</h1> |