Remove the .post-content section around {{ .Content }}

This commit is contained in:
Eryn Wells 2022-10-31 08:41:40 -07:00
parent 76e3da0de1
commit 55f0526f6e

View file

@ -1,8 +1,6 @@
{{ partial "content_header.html" . }}
<section class="post-content">
{{ .Content }}
</section>
{{ .Content }}
<footer>
{{ partial "footer_tags.html" . }}