From d6928d58e83af7ec624894956dd950b47c28f4a4 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Sat, 23 Jul 2022 19:10:04 +0100 Subject: update --- themes/problematic/layouts/_default/single.html | 1 + themes/problematic/layouts/partials/posts.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'themes') diff --git a/themes/problematic/layouts/_default/single.html b/themes/problematic/layouts/_default/single.html index 4142125..8da12c7 100644 --- a/themes/problematic/layouts/_default/single.html +++ b/themes/problematic/layouts/_default/single.html @@ -7,5 +7,6 @@

{{ .Title }}

+{{ .Date.Format "Monday, 2 January 2006" }} {{ .Content }} {{ end }} diff --git a/themes/problematic/layouts/partials/posts.html b/themes/problematic/layouts/partials/posts.html index c65664e..b1c8c82 100644 --- a/themes/problematic/layouts/partials/posts.html +++ b/themes/problematic/layouts/partials/posts.html @@ -8,7 +8,7 @@ {{ range where (where site.RegularPages "Section" "blog") ".Params.categories" "intersect" (slice ($key |title)) }} -
  • {{ .Title }}
  • +
  • {{ .Title }} ({{ .Date.Format "2 Jan 06" }})
  • {{ end }} -- cgit v1.2.3