use normal html to acheive radius

This commit is contained in:
Oliver Atkinson 2024-04-01 10:25:29 -06:00
parent a11456a9b0
commit a2b1aec0e1

View File

@ -6,6 +6,7 @@
{{ partial "header.html" . }}
{{ end }}
<main>
<section>
<div class="article-header">
<h3 class="spaced">
{{ .Page.Title }}
@ -16,6 +17,7 @@
{{ .Content }}
{{ end }}
</article>
</section>
{{ block "footer" . }}
{{ partial "footer.html" . }}
{{ end }}