[FEATURE] Utteranc.es support

This commit is contained in:
Leon 2021-01-17 17:16:45 +01:00
parent 723c94d0d4
commit c86bdecb0a
5 changed files with 33 additions and 0 deletions

View file

@ -25,4 +25,8 @@
{{ template "_internal/disqus.html" . }}
{{ end }}
{{ if .Site.Params.UtterancesRepo }}
{{ partial "utterances.html" . }}
{{ end }}
{{ end }}