fix: add support of comments_counter addon to more places

This commit is contained in:
Mirus
2024-07-30 10:01:20 +03:00
parent cf87ac2142
commit 79a14e8187
5 changed files with 8 additions and 3 deletions

View File

@@ -29,6 +29,8 @@
{{- with .Params.Author -}}
<span class="post-author">{{ . }}</span>
{{- end -}}
<!-- comments counter -->
{{ partial "comments_counter.html" . }}
</div>
{{ if .Params.tags }}

View File

@@ -19,6 +19,8 @@
{{- with .Params.Author -}}
<span class="post-author">{{- . -}}</span>
{{- end -}}
<!-- comments counter -->
{{ partial "comments_counter.html" . }}
</div>
{{ if .Params.tags }}