diff options
author | claw0ry <me@claw0ry.net> | 2025-01-06 13:06:59 +0100 |
---|---|---|
committer | claw0ry <me@claw0ry.net> | 2025-01-06 13:06:59 +0100 |
commit | a9b3bb3ddbba74a601a5418929e5e972c214f872 (patch) | |
tree | 634cfe38f359ede99207cf55762304809a797f9b /themes/plaintext | |
parent | theme: christmas effect (diff) |
wishlist: new page
Diffstat (limited to 'themes/plaintext')
-rw-r--r-- | themes/plaintext/layouts/_default/single.html | 5 |
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 }} |