Make it possible to define custom footer

Using the FOOTER_INCLUDE and EXTRA_TEMPLATES_PATHS settings it
is now possible to include a custom footer template instead of
the default "Powered by Pelican"!
This commit is contained in:
Mr. Senko
2016-01-17 17:34:48 +02:00
parent 52f805521e
commit 38272aac9e
3 changed files with 20 additions and 2 deletions

4
templates/footer.html Normal file
View File

@ -0,0 +1,4 @@
<p class="copyright text-muted">
Blog powered by <a href="http://getpelican.com">Pelican</a>,
which takes great advantage of <a href="http://python.org">Python</a>.
</p>