Commento (#196)
* Added rel support * Added name to contributers file * Added commento support
This commit is contained in:
parent
607a3e2ad9
commit
a1afda5d22
|
@ -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 -}}
|
|
@ -33,6 +33,7 @@
|
|||
<footer>
|
||||
{{ partial "posts/series.html" . }}
|
||||
{{ partial "posts/disqus.html" . }}
|
||||
{{ partial "posts/commento.html" . }}
|
||||
</footer>
|
||||
</article>
|
||||
|
||||
|
|
Loading…
Reference in New Issue