blog/source/_includes/flattr_feed_button.html

5 lines
511 B
HTML
Raw Normal View History

2013-01-20 16:55:35 +00:00
<a href="https://flattr.com/submit/auto?url={{ site.url | cgi_escape }}{{ post.url | cgi_escape }}&amp;user_id={{ site.flattr_user | cgi_escape }}&amp;title={{ post.title | cgi_escape }}&amp;category=text{% unless post.categories == empty %}&amp;tags={{ post.categories | join: ', ' | cgi_escape }}{% endunless %}{% if post.description %}&amp;description={{ post.description | cgi_escape }}{% endif %}">
<img src="https://api.flattr.com/button/flattr-badge-large.png"
alt="Flattr this" />
</a>