Small semantic HTML tweaks

This commit is contained in:
2022-05-23 01:33:24 -05:00
parent 54f89dad51
commit e34d2109ec
2 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
{{ define "main" }}
{{ with .Content }}
<div class="homepage-content">
<article class="homepage-content">
{{ . }}
</div>
</article>
<hr>
{{ end }}