Update commento params

This commit is contained in:
Djordje Atlialp 2021-01-15 08:45:39 +01:00
parent 0caf93bb56
commit 723b15afbb
2 changed files with 13 additions and 12 deletions

View file

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