diff options
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/index.html b/templates/index.html index c932b7c..48857c4 100644 --- a/templates/index.html +++ b/templates/index.html @@ -4,6 +4,14 @@ <section id="home-blurb"> {{ section.content | safe }} </section> +<section id="translations"> + This page is also available in: + {% for l in section.translations %} + {% if l.lang != lang %} + <a href="{{ l.permalink | safe }}">{{ trans(key=l.lang) }}</a> + {% endif %} + {% endfor %} +</section> <section class="subsections"> {% for sub in section.subsections %} |