summaryrefslogtreecommitdiff
path: root/web/templates
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2012-02-22 14:12:51 +0100
committerJasper Van der Jeugt <jaspervdj@gmail.com>2012-02-22 14:12:51 +0100
commit1539e8fc7193e3fc8c753cad880f481edb3fafd5 (patch)
tree1af8695b74a948a296847d4f9b89097ea4cf977c /web/templates
parent1bcc9dff027d5a749326a259b4413bcea85fbea1 (diff)
downloadhakyll-1539e8fc7193e3fc8c753cad880f481edb3fafd5.tar.gz
Add flattr button, update css a bit
Diffstat (limited to 'web/templates')
-rw-r--r--web/templates/default.html25
1 files changed, 5 insertions, 20 deletions
diff --git a/web/templates/default.html b/web/templates/default.html
index efceb69..57a5a52 100644
--- a/web/templates/default.html
+++ b/web/templates/default.html
@@ -13,22 +13,6 @@
<!-- Metadata. -->
<meta name="keywords" content="hakyll,static site generator,static,site,generator,haskell,blog"/>
<meta name="description" content="Hakyll - A Static Site Generator in Haskell."/>
-
- <!-- Flattr JS -->
- <!--
- <script type="text/javascript">
- /* <![CDATA[ */
- (function() {
- var s = document.createElement('script'), t =
- document.getElementsByTagName('script')[0];
- s.type = 'text/javascript';
- s.async = true;
- s.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
- t.parentNode.insertBefore(s, t);
- })();
- /* ]]> */
- </script>
- -->
</head>
<body>
<div id="main">
@@ -38,13 +22,14 @@
</div>
<!-- Sidebar. -->
<div id="sidebar">
+ <h1>Navigation</h1>
$sidebar$
<!-- Flattr button -->
- <!--
- <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://jaspervdj.be/hakyll"></a>
- <noscript><a href="http://flattr.com/thing/291889/Hakyll" target="_blank"> <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" border="0" /></a></noscript>
- -->
+ <h1>Donate</h1>
+ <a href="http://flattr.com/thing/291889/Hakyll" target="_blank">
+ <img src="http://api.flattr.com/button/flattr-badge-large.png"
+ alt="Flattr this" title="Flattr this" border="0" /></a>
</div>
<div id="content">