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,7 +1,7 @@
{{ $page := . }}
{{ if $page.Param "paige.comments.intensedebate" }}
<section class="mb-3">
<div class="mb-3">
<script>
var idcomments_acct = "{{ $page.Param "paige.comments.intensedebate.account_id" | safeJS }}";
var idcomments_post_id = "{{ $page.RelPermalink | safeJS }}";
@@ -10,5 +10,5 @@
<span id="IDCommentsPostTitle" style="display:none"></span>
<script type="text/javascript" src="http://www.intensedebate.com/js/genericCommentWrapperV2.js"></script>
<noscript>{{ i18n "paige_noscript" }}</noscript>
</section>
</div>
{{ end }}