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

Ryan Kes
29.46.2019 a1afda5d2217eeb98d4169b6bb5854ee488af763
1
2
3
4
{{- if and (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 -}}