Replace section tags with div
parent
12a356dd0e
commit
1074859c63
@ -1,9 +1,9 @@
|
|||||||
{{ $page := . }}
|
{{ $page := . }}
|
||||||
|
|
||||||
{{ with $page.Param "paige.comments.commento" }}
|
{{ with $page.Param "paige.comments.commento" }}
|
||||||
<section class="mb-3">
|
<div class="mb-3">
|
||||||
<div id="commento"></div>
|
<div id="commento"></div>
|
||||||
<script defer src="{{ .script_url }}"></script>
|
<script defer src="{{ .script_url }}"></script>
|
||||||
<noscript>{{ i18n "paige_noscript" }}</noscript>
|
<noscript>{{ i18n "paige_noscript" }}</noscript>
|
||||||
</section>
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
{{ $page := . }}
|
{{ $page := . }}
|
||||||
|
|
||||||
{{ with $page.Param "paige.comments.isso" }}
|
{{ with $page.Param "paige.comments.isso" }}
|
||||||
<section class="mb-3">
|
<div class="mb-3">
|
||||||
<script src="{{ .script_url }}"></script>
|
<script src="{{ .script_url }}"></script>
|
||||||
<section id="isso-thread">
|
<div id="isso-thread">
|
||||||
<noscript>{{ i18n "paige_noscript" }}</noscript>
|
<noscript>{{ i18n "paige_noscript" }}</noscript>
|
||||||
</section>
|
</div>
|
||||||
</section>
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
{{ $page := . }}
|
{{ $page := . }}
|
||||||
|
|
||||||
{{ with $page.Param "paige.comments.muut" }}
|
{{ with $page.Param "paige.comments.muut" }}
|
||||||
<section class="mb-3">
|
<div class="mb-3">
|
||||||
<a href="https://muut.com/i/{{ .account_id }}/comments" class="muut" type="dynamic">Comments</a>
|
<a href="https://muut.com/i/{{ .account_id }}/comments" class="muut" type="dynamic">Comments</a>
|
||||||
<script src="https://cdn.muut.com/1/moot.min.js"></script>
|
<script src="https://cdn.muut.com/1/moot.min.js"></script>
|
||||||
<noscript>{{ i18n "paige_noscript" }}</noscript>
|
<noscript>{{ i18n "paige_noscript" }}</noscript>
|
||||||
</section>
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
{{ $page := . }}
|
{{ $page := . }}
|
||||||
|
|
||||||
{{ with $page.Param "paige.comments.utterances" }}
|
{{ with $page.Param "paige.comments.utterances" }}
|
||||||
<section class="mb-3">
|
<div class="mb-3">
|
||||||
<script src="https://utteranc.es/client.js" repo="{{ .github_repo }}" issue-term="pathname" theme="preferred-color-scheme" crossorigin="anonymous" async></script>
|
<script src="https://utteranc.es/client.js" repo="{{ .github_repo }}" issue-term="pathname" theme="preferred-color-scheme" crossorigin="anonymous" async></script>
|
||||||
<noscript>{{ i18n "paige_noscript" }}</noscript>
|
<noscript>{{ i18n "paige_noscript" }}</noscript>
|
||||||
</section>
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
Loading…
Reference in New Issue