diff options
author | Jasper Van der Jeugt <m@jaspervdj.be> | 2017-12-21 15:30:25 +0100 |
---|---|---|
committer | Jasper Van der Jeugt <m@jaspervdj.be> | 2017-12-21 15:30:25 +0100 |
commit | e18de17f4f313483193daf68419a73f23aa79de1 (patch) | |
tree | 5bc42a36ab107c22f53a957a9317ea4bf1b99067 /web/templates | |
parent | c29b344ceba1214548a194d885a1d3f2e819784e (diff) | |
download | hakyll-e18de17f4f313483193daf68419a73f23aa79de1.tar.gz |
Remove donate button
Diffstat (limited to 'web/templates')
-rw-r--r-- | web/templates/default.html | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/web/templates/default.html b/web/templates/default.html index 6d64eb5..866965a 100644 --- a/web/templates/default.html +++ b/web/templates/default.html @@ -35,12 +35,7 @@ <a href="/tutorials/faq.html">faq</a> <a href="/examples.html">examples</a> <a href="/releases.html">releases</a> - - <!-- Flattr button --> - <h1>Donate</h1> - <a href="https://flattr.com/thing/291889/Hakyll" target="_blank"> - <img src="https://api.flattr.com/button/flattr-badge-large.png" - alt="Flattr this" title="Flattr this" border="0" /></a> + <a href="https://jaspervdj.be/contact.html#donate" target="_blank">donate</a> </div> <div id="content"> |