tylerperkins.xyz/themes/clortox/layouts/_default/single.html

12 lines
312 B
HTML
Raw Normal View History

2023-06-28 00:58:17 +00:00
{{ define "main" }}
2023-07-16 00:59:44 +00:00
<div class="page-header dashed-bottom">
<h1 data-value="{{ .Title }}" class="scramble">{{ .Title }}</h1>
<small class="post-list-date">{{ .Date.Format "January 2, 2006" }}</small>
</div>
<article>
<div class="post clearfix">
{{ .Content }}
</div>
</article>
2023-06-28 00:58:17 +00:00
{{ end }}