about summary refs log tree commit diff
path: root/layouts/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/index.html')
-rw-r--r--layouts/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 414d5e6..e1bfe7f 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -3,7 +3,7 @@
         {{ .Content }}
         <ul>
             {{ range .Site.Sections }}
-            <li> <a href="{{ .Permalink }}">{{ .Title }}</a> </li>
+            <li> <a href="{{ .Permalink }}">{{ i18n .Title }}</a> </li>
             {{ end }}
         </ul>
     </div>