mirror of https://github.com/luizdepra/hugo-coder.git

Simon Pai
02.34.2021 1f34f6827a8cc0bc80519d30c7b3750e20404054
1
2
3
4
{{- if and (isset .Site.Params "commentourl") (not (eq .Site.Params.commentoURL "" )) (eq (.Params.disableComments | default false) false) -}}
<div id="commento"></div>
<script src="{{ .Site.Params.commentoURL }}/js/commento.js"></script>
{{- end -}}