diff options
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html index 7857f0d..b1bf5ee 100644 --- a/templates/index.html +++ b/templates/index.html @@ -36,7 +36,7 @@ <footer> {% if post.content | length > post.summary | length %} <a href="{{ post.permalink }}"> - {% if post.lang == 'en' %}More...{% else %}Les mer...{% endif %} + {{ trans(key="moreprompt", lang=post.lang) }} </a> {% endif %} </footer> |