alswl 6f9aac45bc add footer_insert 10 anos atrás
..
README.md 6f9aac45bc add footer_insert 10 anos atrás
__init__.py 6f9aac45bc add footer_insert 10 anos atrás
footer_insert.py 6f9aac45bc add footer_insert 10 anos atrás

README.md

Footer Insert

This plugin allows you to insert a FOOTER_INSERT_HTML to the end of the blog.

And you shoud add this to your template:

{% if article.footer_insert_html %}
  {{ article.footer_insert_html }}
{% endif %}