Initial Commit
This commit is contained in:
4
themes/hugo-coder/layouts/partials/posts/commento.html
Normal file
4
themes/hugo-coder/layouts/partials/posts/commento.html
Normal file
@ -0,0 +1,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 -}}
|
Reference in New Issue
Block a user