hugo-toha/layouts/partials/comments.html
hossainemruz 6bd5af5f11 Add commento.io support
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
2022-03-19 19:47:55 +06:00

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 }}