mirror of
https://gitlab.com/MisterBiggs/brain-quartz.git
synced 2025-07-27 16:51:33 +00:00
feat: Add internationalization (i18n) support (#182)
This commit is contained in:
committed by
GitHub
parent
e38eaa94d6
commit
25ba1159ad
@@ -1,7 +1,7 @@
|
||||
{{ if (and $.Site.Data.config.enableToc (ne .Params.enableToc false) (gt .WordCount 250)) }}
|
||||
<aside class="mainTOC">
|
||||
<details {{ if $.Site.Data.config.openToc }}open {{ end }}>
|
||||
<summary>Table of Contents</summary>
|
||||
<summary>{{ i18n "toc" }}</summary>
|
||||
{{ .TableOfContents }}
|
||||
</details>
|
||||
</aside>
|
||||
|
Reference in New Issue
Block a user