* Added rel support * Added name to contributers file * Added commento support
@@ -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>