alswl 744aab3437 update README. | 10 роки тому | |
---|---|---|
.. | ||
README.md | 10 роки тому | |
__init__.py | 10 роки тому | |
footer_insert.py | 10 роки тому |
This plugin allows you to insert a FOOTER_INSERT_HTML
to the end of the blog.
eg. add authors / blog infomation to every blog.
FOOTER_INSERT_HTML
to your pelicanconf.py
. You can use
title / url / author / authors / slug / category / summary
/ date infomation in the config like this: %(title)s
.templates/article.html
:
{% if article.footer_insert_html %}
{{ article.footer_insert_html }}
{% endif %}