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

github.com/reuixiy/hugo-theme-meme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/components/comments.html')
-rw-r--r--layouts/partials/components/comments.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/partials/components/comments.html b/layouts/partials/components/comments.html
index f7806d1..c074df2 100644
--- a/layouts/partials/components/comments.html
+++ b/layouts/partials/components/comments.html
@@ -17,5 +17,8 @@
<div id="utterances"></div>
{{ end }}
+ {{ if .Site.Params.enableGitalk }}
+ <div id="gitalk-container"></div>
+ {{ end }}
{{ end }}
{{ end }}