diff options
-rw-r--r-- | web/site.hs | 2 | ||||
-rw-r--r-- | web/templates/default.html | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/web/site.hs b/web/site.hs index 7c9ee4f..8ff1712 100644 --- a/web/site.hs +++ b/web/site.hs @@ -86,7 +86,7 @@ config :: Configuration config = defaultConfiguration { deployCommand = "rsync --checksum -ave 'ssh -p 2222' \ \_site/* \ - \jaspervdj@jaspervdj.be:jaspervdj.be/hakyll/hakyll4" + \jaspervdj@jaspervdj.be:jaspervdj.be/hakyll/" } diff --git a/web/templates/default.html b/web/templates/default.html index b045ce6..fbf84a0 100644 --- a/web/templates/default.html +++ b/web/templates/default.html @@ -33,6 +33,7 @@ <a href="/about.html">about</a> <a href="/tutorials/faq.html">faq</a> <a href="/examples.html">examples</a> + <a href="/hakyll3">Hakyll 3.X</a> <!-- Flattr button --> <h1>Donate</h1> |