diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2012-12-18 20:21:18 +0000 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2012-12-18 20:21:18 +0000 |
commit | dbed7d40a63cc109969fdce76f42279831c10a41 (patch) | |
tree | f061b4ee03cca9d5719b14ddbe40fc44d1a22f5b /templates | |
parent | 32553bf7b1fc8c4af4e256705c95a3f66ca5f719 (diff) |
Add Flattr button.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/journal_page.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/journal_page.html b/templates/journal_page.html index dd3c8c7..a6e3ef6 100644 --- a/templates/journal_page.html +++ b/templates/journal_page.html @@ -17,8 +17,15 @@ {.section body} <h1 id="main-title"><a href="{root|html-attr-value}">{site-name|html}</a></h1> + <div id="main-subtitle">{site-subtitle|html}</div> + <div id="main-button-bar"> + <a href="http://flattr.com/thing/93957/Kompottkins-Weisheiten" target="_blank"> + <img src="/flattr-badge-large.png" alt="Flattr this" title="Flattr this" border="0" /> + </a> + </div> + {.section info-messages} <div id="info-messages"> {.repeated section @} |