mirror of
https://github.com/carsonip/hugo-theme-minos
synced 2025-12-30 03:19:49 -08:00
Article TOC: Make TOC title translateable
This commit is contained in:
2
i18n/en.toml
Normal file
2
i18n/en.toml
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
[Contents]
|
||||||
|
other = "Contents"
|
||||||
@@ -35,7 +35,7 @@
|
|||||||
{{ if not .Params.notoc }}
|
{{ if not .Params.notoc }}
|
||||||
{{ if .TableOfContents }}
|
{{ if .TableOfContents }}
|
||||||
<div class="article-toc" {{ if .Site.Params.SmartToc }}style="display:none;"{{ end }}>
|
<div class="article-toc" {{ if .Site.Params.SmartToc }}style="display:none;"{{ end }}>
|
||||||
<h3>Contents</h3>
|
<h3>{{ T "Contents" }}</h3>
|
||||||
{{ .TableOfContents }}
|
{{ .TableOfContents }}
|
||||||
</div>
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|||||||
Reference in New Issue
Block a user