simpletheme/layouts/_default/single.html
J S 06eba57815 feat[layouts/ static/]: Added search functionality
Ripped off the onion theme from heracl.es
2023-10-15 00:17:04 -04:00

11 lines
227 B
HTML

{{ define "main" }}
<p class="post-meta"><time itemprop="datePublished">{{ .Date.Format "January 2, 2006" }}</time>
</p>
{{ .Content }}
{{ end }}
{{ define "footer" }}
{{partial "footer" .}}
{{ end }}