From 6e6412e4a693ddc2da5e4611363fb882ad6497be Mon Sep 17 00:00:00 2001 From: Zach Berwaldt Date: Thu, 12 Oct 2023 08:08:37 -0400 Subject: Switch to light theme. remove articles. --- layouts/_default/summary.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'layouts/_default/summary.html') diff --git a/layouts/_default/summary.html b/layouts/_default/summary.html index 5e4ac4b..4512b16 100644 --- a/layouts/_default/summary.html +++ b/layouts/_default/summary.html @@ -9,10 +9,11 @@ {{ end }}

- {{ .Date | time.Format ":date_full" }} + {{ .WordCount }} words + {{ .ReadingTime }} min read

-
- {{ .Summary | markdownify }} -
+

Published: {{ .Date | time.Format ":date_full" }} +

+
{{ .Summary | markdownify }}
-- cgit v1.1