diff options
| author | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2011-05-29 12:12:05 +0200 |
|---|---|---|
| committer | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2011-05-29 12:12:05 +0200 |
| commit | 51f0bfc195aca8b911614fe3d84cb2551d722e3d (patch) | |
| tree | fb789f9c4d92057e13946e6ad65f6ae636b90fd9 /examples | |
| parent | 790002e8b9d07a46b4fb50a13b1a17cd3f54b140 (diff) | |
| download | hakyll-51f0bfc195aca8b911614fe3d84cb2551d722e3d.tar.gz | |
Add flattr button (disabled for now)
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/hakyll/templates/default.html | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/examples/hakyll/templates/default.html b/examples/hakyll/templates/default.html index 139564b..040292c 100644 --- a/examples/hakyll/templates/default.html +++ b/examples/hakyll/templates/default.html @@ -13,6 +13,22 @@ <!-- 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"> @@ -23,6 +39,12 @@ <!-- Sidebar. --> <div id="sidebar"> $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> + --> </div> <div id="content"> |
