Implemented Commento embedding

This commit is contained in:
NaNkeen 2019-05-29 12:11:59 +08:00
parent 3551425f3f
commit b7be3ba672
2 changed files with 27 additions and 0 deletions

View file

@ -5,5 +5,7 @@
{{ partial "page-single/comment/graphcomment.html" . }}
{{ else if .Site.Params.UtterancesRepo }}
{{ partial "page-single/comment/utterances.html" . }}
{{ else if .Site.Params.Commento }}
{{ partial "page-single/comment/commento.html" . }}
{{ end }}
{{ end }}