fix: comments_counter was missed in single.html

This commit is contained in:
Mirus
2024-07-30 10:09:00 +03:00
parent 79a14e8187
commit d4ec9864d9
4 changed files with 5 additions and 3 deletions

View File

@@ -72,7 +72,7 @@ HERE INSERT ANY CUSTOM <script/> or <style/>
{{ if (.Params.Toc | default .Site.Params.Toc) }}
<div class="table-of-contents">
<h2>
{{ (.Params.TocTitle | default .Site.Params.TocTitle) | default "Зміст" }}
{{ (.Params.TocTitle | default .Site.Params.TocTitle) | default "Table of Contents" }}
</h2>
{{ .TableOfContents }}
</div>