From 259d3dec1ae78e617b76ebeecd357218702d3d30 Mon Sep 17 00:00:00 2001 From: olOwOlo <26087907+olOwOlo@users.noreply.github.com> Date: Wed, 31 Jan 2018 22:07:50 +0800 Subject: refactor: i18n --- layouts/partials/post/toc.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layouts/partials/post/toc.html') diff --git a/layouts/partials/post/toc.html b/layouts/partials/post/toc.html index e5985c9..4fed1c7 100644 --- a/layouts/partials/post/toc.html +++ b/layouts/partials/post/toc.html @@ -1,6 +1,6 @@ {{ if or .Params.toc (and .Site.Params.toc (ne .Params.toc false)) }}
-

{{ .Site.Data.even.default.posts.toc }}

+

{{ T "toc" }}

{{ $globalAutoCollapseToc := .Site.Params.autoCollapseToc | default false }}
{{.TableOfContents}} -- cgit v1.2.3