11 lines
348 B
HTML
11 lines
348 B
HTML
{{ if .disqus.shortName }}
|
|
{{ partial "comments/disqus.html" . }}
|
|
{{ else if .valine }}
|
|
{{ partial "comments/valine.html" . }}
|
|
{{ else if .utteranc }}
|
|
{{ partial "comments/utteranc.html" . }}
|
|
{{ else if .giscus }}
|
|
{{ partial "comments/giscus.html" . }}
|
|
{{ else if .commento }}
|
|
{{ partial "comments/commento.html" . }}
|
|
{{ end }}
|