1
0
Fork 0
mirror of https://git.sr.ht/~ashkeel/strimertul-website synced 2024-11-21 21:22:21 +00:00
strimertul-website/themes/strimertul/layouts/_default/single.html

8 lines
254 B
HTML
Raw Normal View History

2023-01-11 13:36:19 +00:00
{{ define "main" }}
<h1>{{ .Title }}</h1>
<section class="meta">
Published on {{.Date | time.Format "2006-01-02" }} {{ if (gt .Lastmod .Date)
}}| Last modified on {{.Lastmod | time.Format "2006-01-02" }} {{ end }}
</section>
{{ .Content }} {{ end }}