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>
9 lines
231 B
HTML
9 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 %}
|