diff options
Diffstat (limited to 'theme')
-rwxr-xr-x | theme/templates/langs.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/templates/langs.html b/theme/templates/langs.html index 21bf64f..e1118c9 100755 --- a/theme/templates/langs.html +++ b/theme/templates/langs.html @@ -10,7 +10,7 @@ <ul class="languages"> {% for lang in langs %} <li> - <a href="{{ basePath}}/{{ lang.path }}">{{ lang.title }}</a> + <a href="{{ basePath}}/{{ lang.path|pathJoin("/index.html") }}">{{ lang.title }}</a> </li> {% endfor %} </ul> |