1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-11-23 21:02:09 +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> </small>
<hr> <hr>
</header> </header>
<section class="e-content entry-content" itemprop="articleBody"> <div class="e-content entry-content" itemprop="articleBody">
{{ partial "processed-content" . -}} {{ partial "processed-content" . -}}
</section> </div>
</article> </article>
</main> </main>
{{ end }} {{ end }}