diff --git a/themes/example-theme/layouts/_default/single.html b/themes/example-theme/layouts/_default/single.html index 7e286c8..e0e8308 100644 --- a/themes/example-theme/layouts/_default/single.html +++ b/themes/example-theme/layouts/_default/single.html @@ -1,10 +1,3 @@ {{ 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 }}