2019-11-09 19:52:09 +00:00
|
|
|
{{ if $.Param "enableComment" }}
|
|
|
|
{{ if $.Param "disqus_shortname" }}
|
|
|
|
{{ partial "comments/disqus.html" . }}
|
|
|
|
{{ else if $.Param "commento" }}
|
|
|
|
{{ partial "comments/commento.html" . }}
|
2019-11-19 09:25:36 +00:00
|
|
|
{{ else if $.Param "valine.enable" }}
|
|
|
|
{{ partial "comments/valine.html" . }}
|
|
|
|
{{ else if $.Param "changyan.changyanAppid" }}
|
|
|
|
{{ partial "comments/changyan.html" . }}
|
|
|
|
{{ else if $.Param "livere.livereUID" }}
|
|
|
|
{{ partial "comments/livere.html" . }}
|
|
|
|
{{ else if $.Param "gitment.owner" }}
|
|
|
|
{{ partial "comments/gitment.html" . }}
|
|
|
|
{{ else if $.Param "gitalk.owner" }}
|
|
|
|
{{ partial "comments/gitalk.html" . }}
|
|
|
|
{{ else if $.Param "utterances.owner" }}
|
|
|
|
{{ partial "comments/utterances.html" . }}
|
|
|
|
{{ else if $.Param "isso.enable" }}
|
|
|
|
{{ partial "comments/isso.html" . }}
|
2019-11-09 19:52:09 +00:00
|
|
|
{{ end }}
|
|
|
|
{{ end }}
|