Make more strings translatable (I hate how i18n is handled in Zola)
This commit is contained in:
@ -1,11 +1,15 @@
|
||||
<footer id="site-footer">
|
||||
{% if config.extra.footer.show_copyright %}
|
||||
<p title="Last built at {{ now() | date(format='%F %a %R') }}">© {{ config.title }}, {{ now() | date(format="%Y") }}</p>
|
||||
<p title="Last built at {{ now() | date(format='%F %a %R') }}">
|
||||
© {{ config.title }}, {{ now() | date(format="%Y") }}
|
||||
</p>
|
||||
{% endif %}
|
||||
|
||||
{% if config.extra.source_url and config.extra.footer.show_source %}
|
||||
<p>
|
||||
<a href="{{ config.extra.source_url }}">{{ trans(key='footer_source', lang=lang) }}</a>
|
||||
<a href="{{ config.extra.source_url }}">
|
||||
{{ trans(key='footer_source', lang=lang) }}
|
||||
</a>
|
||||
</p>
|
||||
{% endif %}
|
||||
|
||||
|
Reference in New Issue
Block a user