Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xianmin/hugo-theme-jane.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/comments.html')
-rw-r--r--layouts/partials/comments.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/layouts/partials/comments.html b/layouts/partials/comments.html
index ad1a43e..1d3268f 100644
--- a/layouts/partials/comments.html
+++ b/layouts/partials/comments.html
@@ -5,6 +5,11 @@
{{ partial "comments/commento.html" . }}
{{- end }}
+ <!-- giscus -->
+ {{ if .Site.Params.giscus.enable }}
+ {{ partial "comments/giscus.html" . }}
+ {{ end }}
+
<!-- utteranc -->
{{ if .Site.Params.utteranc.enable }}
{{ partial "comments/utteranc.html" . }}