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.
11 lines
474 B
11 lines
474 B
{{ 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 }}
|
|
|