|
il y a 10 ans | |
---|---|---|
.. | ||
README.md | il y a 10 ans | |
__init__.py | il y a 10 ans | |
footer_insert.py | il y a 10 ans |
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 %}