Remove heading and tags from pages
All checks were successful
/ build (push) Successful in 18s

This commit is contained in:
Correl Roush 2024-09-06 00:52:03 -04:00
parent 2d99b91d4c
commit 7c57996249

View file

@ -1,10 +1,3 @@
{{ define "main" }} {{ 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 }} {{ .Content }}
{{ partial "terms.html" (dict "taxonomy" "tags" "page" .) }}
{{ end }} {{ end }}