blog/source/downloads/code/flattr/sharing.html

7 lines
123 B
HTML
Raw Normal View History

2014-11-01 12:25:14 +00:00
<div class="share">
{% if site.flattr_user %}
{% include post/flattr_button.html %}
{% endif %}
...
</div>