mirror of
https://github.com/getzola/zola
synced 2024-12-13 13:52:28 +00:00
341ac3bfbd
* Translations are also generated for the index page (fix #1332) * More tests for translations * Even better error message * Update page count for test * Patch to fix Windows tests By @mtolk Co-authored-by: southerntofu <southerntofu@thunix.net>
8 lines
231 B
HTML
8 lines
231 B
HTML
{% for page in section.pages %}
|
|
{{page.title}}
|
|
{% endfor %}
|
|
Language: {{lang}}
|
|
|
|
{% for t in section.translations %}
|
|
Translated in {{t.lang|default(value=config.default_language)}}: {{t.title}} {{t.permalink|safe}}
|
|
{% endfor %}
|