diff options
| author | Track3 <pengliabc@live.cn> | 2018-12-24 22:56:07 +0800 |
|---|---|---|
| committer | Track3 <pengliabc@live.cn> | 2018-12-24 22:56:07 +0800 |
| commit | 2b5999616dd0545c0e07bb69e74dffdc4b0448b6 (patch) | |
| tree | 02762d132b1b0810e2313208573babffae37ec17 /layouts/posts/single.html | |
| parent | feb4c387174eb035abe10354f4dd626a5c399e90 (diff) | |
Add translation for toc title
Diffstat (limited to 'layouts/posts/single.html')
| -rw-r--r-- | layouts/posts/single.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/posts/single.html b/layouts/posts/single.html index a8b5c55..c84c50c 100644 --- a/layouts/posts/single.html +++ b/layouts/posts/single.html @@ -34,7 +34,7 @@ </article> {{- if .Params.toc }} <aside id="toc"> - <div class="toc-title">Table of Contents</div> + <div class="toc-title">{{ i18n "tableOfContents" }}</div> {{ .TableOfContents }} </aside> {{- end }} |
