|
%!s(int64=10) %!d(string=hai) anos | |
---|---|---|
.. | ||
README.md | %!s(int64=10) %!d(string=hai) anos | |
__init__.py | %!s(int64=10) %!d(string=hai) anos | |
footer_insert.py | %!s(int64=10) %!d(string=hai) anos |
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 %}