fix: add support of comments_counter addon to more places
This commit is contained in:
@@ -29,6 +29,8 @@
|
||||
{{- with .Params.Author -}}
|
||||
<span class="post-author">{{ . }}</span>
|
||||
{{- end -}}
|
||||
<!-- comments counter -->
|
||||
{{ partial "comments_counter.html" . }}
|
||||
</div>
|
||||
|
||||
{{ if .Params.tags }}
|
||||
|
||||
@@ -19,6 +19,8 @@
|
||||
{{- with .Params.Author -}}
|
||||
<span class="post-author">{{- . -}}</span>
|
||||
{{- end -}}
|
||||
<!-- comments counter -->
|
||||
{{ partial "comments_counter.html" . }}
|
||||
</div>
|
||||
|
||||
{{ if .Params.tags }}
|
||||
|
||||
Reference in New Issue
Block a user