* Added rel support

* Added name to contributers file

* Added commento support
This commit is contained in:
Ryan Kes 2019-06-29 14:46:18 +02:00 committed by Luiz F. A. de Prá
parent 607a3e2ad9
commit a1afda5d22
2 changed files with 5 additions and 0 deletions

View 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 -}}

View File

@ -33,6 +33,7 @@
<footer>
{{ partial "posts/series.html" . }}
{{ partial "posts/disqus.html" . }}
{{ partial "posts/commento.html" . }}
</footer>
</article>