diff options
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/index.html b/templates/index.html index b39cd9b..c932b7c 100644 --- a/templates/index.html +++ b/templates/index.html @@ -16,7 +16,7 @@ </div> </header> <section class="post-list"> - <h2>Siste innlegg:</h2> + <h2>{{ trans(key="latest", lang=lang) }}</h2> <ul> {% for post in s.pages | reverse %} <li> @@ -30,7 +30,7 @@ </ul> </section> <footer> - <a href="{{ s.permalink }}">Se alle innleggene i {{ s.title }}...</a> + <a href="{{ s.permalink }}">{{ trans(key="allposts", lang=lang) }} {{ s.title }}...</a> </footer> </article> {% endfor %} |