Replace section tags with div

This commit is contained in:
Will Faught
2023-03-04 13:27:05 -08:00
parent 12a356dd0e
commit 1074859c63
18 changed files with 45 additions and 45 deletions

View File

@@ -1,10 +1,10 @@
{{ $page := . }}
{{ with $page.Param "paige.comments.isso" }}
<section class="mb-3">
<div class="mb-3">
<script src="{{ .script_url }}"></script>
<section id="isso-thread">
<div id="isso-thread">
<noscript>{{ i18n "paige_noscript" }}</noscript>
</section>
</section>
</div>
</div>
{{ end }}