Support commenting using giscus
(#543)
* add giscus * update theme default to light update category default to General
This commit is contained in:
parent
56e1bc5a69
commit
711d4c7749
2 changed files with 24 additions and 0 deletions
|
@ -168,6 +168,9 @@
|
|||
<!-- Add utteranc -->
|
||||
{{ else if .utteranc }}
|
||||
{{ partial "utteranc.html" . }}
|
||||
<!-- Add giscus -->
|
||||
{{ else if .giscus }}
|
||||
{{ partial "giscus.html" . }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue