Remove the single template (it went to the design system theme)

This commit is contained in:
Eryn Wells 2024-06-15 14:26:53 -07:00
parent 9f348a157a
commit 3d81c06579

View file

@ -1,9 +0,0 @@
{{ define "main" }}
<header>
<h1>{{ .Title }}</h1>
{{ if .Date }}
<time>{{ .Date | time.Format "2006.01.02" }}</time>
{{ end }}
</header>
{{ .Content }}
{{ end }}