diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2020-06-01 13:22:28 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2020-06-01 13:22:28 +0200 |
commit | f2a5eb6dc20bfb9fb084671fadc11156232375b5 (patch) | |
tree | 4ffc73f93708046c915dc1f9fe0ebe88ff2617e3 /templates | |
parent | 386aa9a423f1ab1566fc2f09cb35ee7d510d9403 (diff) | |
download | rabalderz-f2a5eb6dc20bfb9fb084671fadc11156232375b5.tar.gz rabalderz-f2a5eb6dc20bfb9fb084671fadc11156232375b5.tar.bz2 rabalderz-f2a5eb6dc20bfb9fb084671fadc11156232375b5.zip |
Use Zola translation system to translate more prompt.
Diffstat (limited to 'templates')
-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> |