Added comments

This commit is contained in:
Roger Gonzalez 2020-11-22 17:46:02 -03:00
parent 409a7e8dbd
commit 144d3ee365

View File

@ -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 }}