Remove layouts from themes/platters

This commit is contained in:
Eryn Wells 2024-10-07 21:38:50 -07:00
parent 6398a4d0df
commit de8101efed
11 changed files with 0 additions and 145 deletions

View file

@ -1,10 +0,0 @@
{{ 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 }}