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

This commit is contained in:
BBaoVanC 2022-05-22 19:51:16 -05:00
parent 04b5017279
commit 54f89dad51
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
1 changed files with 2 additions and 2 deletions

View File

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