From b8dda716d04a20cdea12e89f5360947ddd68ad91 Mon Sep 17 00:00:00 2001 From: Alexandre Vicenzi Date: Thu, 25 Feb 2021 21:56:48 +0100 Subject: Fixes --- layouts/_default/single.html | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'layouts/_default/single.html') diff --git a/layouts/_default/single.html b/layouts/_default/single.html index bb342dc..3d46668 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -5,7 +5,7 @@ {{ if ne .Type "page" -}}
- · {{ .ReadingTime }} min read + · {{ .ReadingTime }} min read
{{- end }} @@ -18,11 +18,12 @@ {{ if (and (ne .Params.DisableShare true) (ne .Params.disable_share true)) -}} {{ partial "share.html" . }} {{- end }} - - -{{ if (and .Site.DisqusShortname (ne .Params.DisableComments true) (ne .Params.disable_comments true)) -}} -

Comments

-{{ template "_internal/disqus.html" . }} -{{- end }} + {{ if (and .Site.DisqusShortname (ne .Params.DisableComments true) (ne .Params.disable_comments true)) -}} +
+

Comments

+ {{ template "_internal/disqus.html" . }} +
+ {{- end }} + {{- end }} -- cgit v1.2.1