You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
474 B
12 lines
474 B
3 years ago
|
{{ if ne .Params.showcomments false }}
|
||
|
{{ if .Site.DisqusShortname }}
|
||
|
{{ partial "page-single/comment/disqus.html" . }}
|
||
|
{{ else if .Site.Params.GraphCommentId }}
|
||
|
{{ 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 }}
|