diff --git a/themes/flex/templates/article.html b/themes/flex/templates/article.html index 0b64bd8..46fd88c 100644 --- a/themes/flex/templates/article.html +++ b/themes/flex/templates/article.html @@ -34,6 +34,7 @@
{% endif %} + {% include "partial/flattr.html" %} {% include "partial/disqus.html" %} {% endblock %} diff --git a/themes/flex/templates/partial/flattr.html b/themes/flex/templates/partial/flattr.html new file mode 100644 index 0000000..551e538 --- /dev/null +++ b/themes/flex/templates/partial/flattr.html @@ -0,0 +1,5 @@ +{% if FLATTR_USER %} + +{% endif %}