summaryrefslogtreecommitdiff
path: root/themes/plaintext/layouts/_default
diff options
context:
space:
mode:
authorclaw0ry <me@claw0ry.net>2025-01-06 13:06:59 +0100
committerclaw0ry <me@claw0ry.net>2025-01-06 13:06:59 +0100
commita9b3bb3ddbba74a601a5418929e5e972c214f872 (patch)
tree634cfe38f359ede99207cf55762304809a797f9b /themes/plaintext/layouts/_default
parenttheme: christmas effect (diff)
wishlist: new page
Diffstat (limited to 'themes/plaintext/layouts/_default')
-rw-r--r--themes/plaintext/layouts/_default/single.html5
1 files changed, 0 insertions, 5 deletions
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" }}
<h1>{{ .Title }}</h1>
- {{ $dateMachine := .Date | time.Format "2006-01-02T15:04:05-07:00" }}
- {{ $dateHuman := .Date | time.Format ":date_long" }}
- <time datetime="{{ $dateMachine }}">{{ $dateHuman }}</time>
-
{{ .Content }}
- {{ partial "terms.html" (dict "taxonomy" "tags" "page" .) }}
{{ end }}