Add support for commento

This commit is contained in:
Djordje Atlialp 2021-01-14 01:56:23 +01:00
parent 46effd4614
commit 8035db5c05
3 changed files with 16 additions and 0 deletions

View file

@ -150,5 +150,10 @@
{{ end }}
{{ end }}
{{ if .Site.Params.CommentoUrl }}
<script defer src={{ .Site.Params.CommentoUrl }}></script>
<div id="commento"></div>
{{ end }}
</main>
{{ end }}