From d4ec9864d98d3ff416665a65ef370d124c7c9b21 Mon Sep 17 00:00:00 2001 From: Mirus Date: Tue, 30 Jul 2024 10:09:00 +0300 Subject: [PATCH] fix: comments_counter was missed in single.html --- layouts/_default/single.html | 2 ++ layouts/partials/single_basic.html | 2 +- package.hugo.json | 2 +- package.json | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 67c9b60..00b8b86 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -15,6 +15,8 @@ {{- with .Params.Author -}} {{ . }} {{- end -}} + + {{ partial "comments_counter.html" . }} {{- if and (.Param "readingTime") (eq (.Param "readingTime") true) -}} {{ .ReadingTime }} {{ $.Site.Params.minuteReadingTime | default "min read" }} ({{ .WordCount }} {{ $.Site.Params.words | default "words" }}) {{- end -}} diff --git a/layouts/partials/single_basic.html b/layouts/partials/single_basic.html index 427b0cd..5e92cea 100644 --- a/layouts/partials/single_basic.html +++ b/layouts/partials/single_basic.html @@ -72,7 +72,7 @@ HERE INSERT ANY CUSTOM