Implemented Commento embedding
This commit is contained in:
parent
3551425f3f
commit
b7be3ba672
2 changed files with 27 additions and 0 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue