blog.spyhoodle.me/themes/developer/layouts/_default/single.html

15 lines
239 B
HTML
Raw Permalink Normal View History

2023-04-07 23:19:05 +01:00
{{ partial "header.html" . }}
<h1>{{ .Title }}</h1>
<p>
<time datetime="{{ .Date.Format "2006-01-02T15:04:05Z07:00" }}">
Written
{{ .Date.Format "2006-01-02" }}
</time>
</p>
<hr>
{{ .Content }}
{{ partial "footer.html" . }}