Cleaned up template
All checks were successful
Generate and upload hugo website / generate_and_upload_site (push) Successful in 23s

This commit is contained in:
Henry V Child 2025-04-14 06:41:49 +02:00
parent 0fcc78129a
commit 32662afef0

View File

@ -1,10 +1,8 @@
{{ define "main" }}
<h1>{{ .Title }}</h1>
<div>
<article>
<article>
{{ .Content }}
</article>
</div>
</article>
<div>
<p>{{ .Date.Format "Mon Jan 2, 2006" }}</p>
<p>{{ .WordCount }} Words</p>