Reworked to newstyle gettext and named vars
This commit is contained in:
parent
36d06accb0
commit
5497850c51
14 changed files with 83 additions and 60 deletions
|
@ -1 +1,6 @@
|
|||
<p>{% trans %}Built using{% endtrans %} <a href="http://getpelican.com" target="_blank">Pelican</a> - <a href="https://github.com/alexandrevicenzi/flex" target="_blank">Flex</a> {% trans %}theme by{% endtrans %} <a href="http://alexandrevicenzi.com" target="_blank">Alexandre Vicenzi</a></p>
|
||||
{% autoescape false %}
|
||||
<p>{{ _('Build using %(pelican)s - %(flex)s theme by %(alexandrevicenzi)s',
|
||||
pelican='<a href="http://getpelican.com" target="_blank">Pelican</a>',
|
||||
flex='<a href="https://github.com/alexandrevicenzi/flex" target="_blank">Flex</a>',
|
||||
alexandrevicenzi='<a href="http://alexandrevicenzi.com" target="_blank">Alexandre Vicenzi</a>') }}</p>
|
||||
{% endautoescape %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue