From 4f83f002ad78ae3612df232bdb355859a25a6052 Mon Sep 17 00:00:00 2001 From: aethrvmn Date: Sat, 27 Sep 2025 13:23:42 +0200 Subject: fix tag display in blog --- layouts/partials/docs/date.html | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 layouts/partials/docs/date.html (limited to 'layouts/partials/docs/date.html') diff --git a/layouts/partials/docs/date.html b/layouts/partials/docs/date.html new file mode 100644 index 0000000..d33cdbe --- /dev/null +++ b/layouts/partials/docs/date.html @@ -0,0 +1,6 @@ + +{{- $format := default "January 2, 2006" .Format -}} +{{- return (time.Format $format .Date | lower ) -}} -- cgit v1.2.3