From a9b3bb3ddbba74a601a5418929e5e972c214f872 Mon Sep 17 00:00:00 2001 From: claw0ry Date: Mon, 6 Jan 2025 13:06:59 +0100 Subject: wishlist: new page --- themes/plaintext/layouts/_default/single.html | 5 ----- 1 file changed, 5 deletions(-) (limited to 'themes/plaintext') diff --git a/themes/plaintext/layouts/_default/single.html b/themes/plaintext/layouts/_default/single.html index 7e286c8..f673786 100644 --- a/themes/plaintext/layouts/_default/single.html +++ b/themes/plaintext/layouts/_default/single.html @@ -1,10 +1,5 @@ {{ define "main" }}

{{ .Title }}

- {{ $dateMachine := .Date | time.Format "2006-01-02T15:04:05-07:00" }} - {{ $dateHuman := .Date | time.Format ":date_long" }} - - {{ .Content }} - {{ partial "terms.html" (dict "taxonomy" "tags" "page" .) }} {{ end }} -- cgit v1.2.3