From 47ad2d183c2487539c07918763ccce3daee2b665 Mon Sep 17 00:00:00 2001 From: crnh <30109443+crnh@users.noreply.github.com> Date: Sat, 5 Jul 2025 15:20:51 +0200 Subject: Add options to hide list dates (#115) Add showListDate parameter, show readTime dot if date is present --- layouts/_default/single.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layouts/_default/single.html') diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 4398ce5..0538658 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -34,7 +34,7 @@ {{- end }} {{- if .Param "readTime" }} -   ·   + {{ if .Date }}  ·  {{ end }} {{- .ReadingTime }} min read {{- end }}

-- cgit v1.2.3