mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
Commento (#196)
* Added rel support * Added name to contributers file * Added commento support
This commit is contained in:
committed by
Luiz F. A. de Prá
parent
607a3e2ad9
commit
a1afda5d22
4
layouts/partials/posts/commento.html
Normal file
4
layouts/partials/posts/commento.html
Normal file
@@ -0,0 +1,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 -}}
|
||||
Reference in New Issue
Block a user