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

estim
03.54.2019 9976a7a3ef0e8e0a3cd3f00648a22f83f7ca690c
1
2
3
4
{{- if and (isset .Site.Params "commentourl") (not (eq .Site.Params.commentoUrl "" )) (eq (.Params.disable_comments | default false) false) -}}
<div id="commento"></div>
<script src="{{ .Site.Params.commentoUrl }}/js/commento.js"></script>
{{- end -}}