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

XiaoTian
28.53.2022 9f7ec4f706e7d0ff4997dc692b368ebc9516a5ba
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 -}}