diff options
Diffstat (limited to 'themes/plaintext/layouts/_default')
-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 }} |