mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
5 lines
217 B
HTML
5 lines
217 B
HTML
{{- 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 -}}
|