Skip to content

Instantly share code, notes, and snippets.

@mo-gr
Created March 19, 2012 10:31
Show Gist options
  • Save mo-gr/2106894 to your computer and use it in GitHub Desktop.
Save mo-gr/2106894 to your computer and use it in GitHub Desktop.
source/_includes/custom/asides/flattr.html
default_asides: [asides/recent_posts.html, asides/twitter.html, asides/github.html, asides/googleplus.html, custom/asides/flattr.html]
# ... snip ...
# Flattr
flattr_user: mogr
flattr_blog_thing: http://flattr.com/thing/582242/Not-a-blog
{% if site.flattr_blog_thing %}
<a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="{{ site.url }}"></a>
<noscript>
<a href="{{ site.flattr_blog_thing }}" target="_blank">
<img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" border="0" />
</a>
</noscript>
{% endif %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment