alswl 744aab3437 update README. 9 years ago
..
README.md 744aab3437 update README. 9 years ago
__init__.py 6f9aac45bc add footer_insert 9 years ago
footer_insert.py 24ce7226c1 update README 9 years ago

README.md

Footer Insert

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

eg. add authors / blog infomation to every blog.

Usage

  1. Insert 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.
  2. Insert this code to your artical template file, eg. templates/article.html: {% if article.footer_insert_html %} {{ article.footer_insert_html }} {% endif %}