about summary refs log tree commit diff
path: root/layouts/index.html
diff options
context:
space:
mode:
authorNgô Ngọc Đức Huy <huyngo@disroot.org>2021-09-20 22:30:50 +0700
committerNgô Ngọc Đức Huy <huyngo@disroot.org>2021-09-20 22:30:50 +0700
commitb850414850a49d47ccf1a00d3fc9731fc7249361 (patch)
tree8b43b54d5a21ad623feb64a0628ab37fe7f9798c /layouts/index.html
parentccdbf7903675335d17793e00199651362e3e8388 (diff)
downloadblog-b850414850a49d47ccf1a00d3fc9731fc7249361.tar.gz
Localize Section names
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>