diff options
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 }} |
