Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/carsonip/hugo-theme-minos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/article.html')
-rw-r--r--layouts/partials/article.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/article.html b/layouts/partials/article.html
index 20989c5..57ca6a0 100644
--- a/layouts/partials/article.html
+++ b/layouts/partials/article.html
@@ -35,7 +35,7 @@
{{ if not .Params.notoc }}
{{ if .TableOfContents }}
<div class="article-toc" {{ if .Site.Params.SmartToc }}style="display:none;"{{ end }}>
- <h3>Contents</h3>
+ <h3>{{ T "Contents" }}</h3>
{{ .TableOfContents }}
</div>
{{ end }}