Added comments
This commit is contained in:
parent
409a7e8dbd
commit
144d3ee365
@ -14,7 +14,6 @@
|
|||||||
<section class="body">
|
<section class="body">
|
||||||
{{ .Content }}
|
{{ .Content }}
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<div class="post-tags">
|
<div class="post-tags">
|
||||||
{{ if ne .Type "page" }}
|
{{ if ne .Type "page" }}
|
||||||
{{ if gt .Params.tags 0 }}
|
{{ if gt .Params.tags 0 }}
|
||||||
@ -29,5 +28,11 @@
|
|||||||
{{ end }}
|
{{ end }}
|
||||||
</div>
|
</div>
|
||||||
</article>
|
</article>
|
||||||
|
<script defer
|
||||||
|
src="https://commento.rogs.me/js/commento.js"
|
||||||
|
data-css-override="/commento-new.css"
|
||||||
|
data-auto-init="true">
|
||||||
|
</script>
|
||||||
|
<div id="commento"></div>
|
||||||
</main>
|
</main>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user