add Giscus support
This commit is contained in:
parent
e4e2c0bc41
commit
8559a8aa26
3 changed files with 35 additions and 0 deletions
|
@ -13,3 +13,7 @@
|
|||
{{ if .Site.Params.graphcommentId }}
|
||||
{{ partial "graphcomment.html" . }}
|
||||
{{ end }}
|
||||
|
||||
{{ if .Site.Params.GiscusRepo}}
|
||||
{{ partial "giscus.html" . }}
|
||||
{{ end}}
|
Loading…
Add table
Add a link
Reference in a new issue