Update home page template

This commit is contained in:
Gabriel Arazas 2023-03-11 16:43:01 +08:00
parent 59ad15e492
commit 5ef519d095
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -1,9 +1,8 @@
{{ define "main" }} {{ define "main" }}
<section> <article>
{{ .Content }} <main>{{ .Content }}</main>
</section> </article>
<hr> <hr />
{{- partial "openring.html" . }} {{- partial "openring.html" . }} {{- end }}
{{- end }}