Add commento.io support (#564)
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
This commit is contained in:
parent
a1bff16050
commit
a50f947384
10 changed files with 107 additions and 94 deletions
11
layouts/partials/comments.html
Normal file
11
layouts/partials/comments.html
Normal file
|
@ -0,0 +1,11 @@
|
|||
{{ 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 }}
|
Loading…
Add table
Add a link
Reference in a new issue