Move comments h3 into section
This commit is contained in:
parent
a72d2c1d7d
commit
2cb761ed73
1 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,3 @@
|
||||||
<h3>Comments</h3>
|
|
||||||
|
|
||||||
{{ if hugo.IsProduction }}
|
{{ if hugo.IsProduction }}
|
||||||
<script
|
<script
|
||||||
data-isso="//{{ $.Site.Params.isso_url }}/"
|
data-isso="//{{ $.Site.Params.isso_url }}/"
|
||||||
|
@ -10,6 +8,7 @@
|
||||||
data-isso-page-author-hashes="96ab157c3aaa"
|
data-isso-page-author-hashes="96ab157c3aaa"
|
||||||
src="//{{ $.Site.Params.isso_url }}/js/embed.min.js" async crossorigin></script>
|
src="//{{ $.Site.Params.isso_url }}/js/embed.min.js" async crossorigin></script>
|
||||||
<section id="isso-thread" data-title="{{ .Title }}" data-isso-id="{{ .File.ContentBaseName }}">
|
<section id="isso-thread" data-title="{{ .Title }}" data-isso-id="{{ .File.ContentBaseName }}">
|
||||||
|
<h3>Comments</h3>
|
||||||
<noscript>Javascript needs to be activated to view comments.</noscript>
|
<noscript>Javascript needs to be activated to view comments.</noscript>
|
||||||
</section>
|
</section>
|
||||||
{{ else }}
|
{{ else }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue