diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-09-20 22:30:50 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-09-20 22:30:50 +0700 |
commit | b850414850a49d47ccf1a00d3fc9731fc7249361 (patch) | |
tree | 8b43b54d5a21ad623feb64a0628ab37fe7f9798c /layouts/index.html | |
parent | ccdbf7903675335d17793e00199651362e3e8388 (diff) | |
download | blog-b850414850a49d47ccf1a00d3fc9731fc7249361.tar.gz |
Localize Section names
Diffstat (limited to 'layouts/index.html')
-rw-r--r-- | layouts/index.html | 2 |
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> |