G
Ryan's Git Repos
rschanzorg-public
files
log
graph
refs
Ref
main
themes/hugo-coder/layouts/partials/posts/commento.html
main
· 251 B · 4 lines
raw
1
{{- if and (isset .Site.Params "commentourl") (not (eq .Site.Params.commentoURL "" )) (eq (.Params.disableComments | default false) false) -}}
2
<
div
id=
"commento"
></
div
>
3
<
script
src=
"{{ .Site.Params.commentoURL }}/js/commento.js"
></
script
>
4
{{- end -}}