5 lines
511 B
HTML
5 lines
511 B
HTML
|
<a href="https://flattr.com/submit/auto?url={{ site.url | cgi_escape }}{{ post.url | cgi_escape }}&user_id={{ site.flattr_user | cgi_escape }}&title={{ post.title | cgi_escape }}&category=text{% unless post.categories == empty %}&tags={{ post.categories | join: ', ' | cgi_escape }}{% endunless %}{% if post.description %}&description={{ post.description | cgi_escape }}{% endif %}">
|
||
|
<img src="https://api.flattr.com/button/flattr-badge-large.png"
|
||
|
alt="Flattr this" />
|
||
|
</a>
|