Added EXTRA_FOOTER_TEXT to flex.html. Use to add other attributions.
This commit is contained in:
parent
37f8420cde
commit
a363081661
1 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
<p>{{ _('Built with %(pelican_url)s using %(flex_url)s theme',
|
<p>{{ _('Built with %(pelican_url)s using %(flex_url)s theme',
|
||||||
pelican_url='<a href="http://getpelican.com" target="_blank">Pelican</a>',
|
pelican_url='<a href="http://getpelican.com" target="_blank">Pelican</a>',
|
||||||
flex_url='<a href="http://bit.ly/flex-pelican" target="_blank">Flex</a>'|safe) }}</p>
|
flex_url='<a href="http://bit.ly/flex-pelican" target="_blank">Flex</a>'|safe) }}
|
||||||
|
{% if EXTRA_FOOTER_TEXT %}
|
||||||
|
· {{ _(EXTRA_FOOTER_TEXT) }}
|
||||||
|
{% endif %}
|
||||||
|
</p>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue