1
0
mirror of https://github.com/BBaoVanC/bobatheme.git synced 2025-06-18 03:47:28 -05:00

Make .post-content an <article> instead of <div>

This commit is contained in:
2022-05-22 19:51:16 -05:00
parent 04b5017279
commit 54f89dad51

@ -28,9 +28,9 @@
</div> </div>
{{ end }} {{ end }}
<div class="post-content"> <article class="post-content">
{{ .Content }} {{ .Content }}
</div> </article>
{{ partial "series-box.html" . }} {{ partial "series-box.html" . }}