1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-09-19 20:02:10 +00:00

Fix bad use of <section>

Sections should have headings.
This commit is contained in:
Rohan Kumar 2022-04-25 17:34:21 -07:00
parent 99963aebf1
commit 4d5c725147
No known key found for this signature in database
GPG key ID: 1E892DB2A5F84479

View file

@ -17,9 +17,9 @@
</small>
<hr>
</header>
<section class="e-content entry-content" itemprop="articleBody">
<div class="e-content entry-content" itemprop="articleBody">
{{ partial "processed-content" . -}}
</section>
</div>
</article>
</main>
{{ end }}