We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 673929e commit d474d83Copy full SHA for d474d83
hugo.toml
@@ -9,6 +9,7 @@ path = "github.com/hugomods/icons/vendors/bootstrap"
9
10
[params.hb.content_panel]
11
bottom = '20px'
12
+comments = true
13
14
# [params.hb.content_panel.repo]
15
# service = "github"
layouts/partials/hb/modules/content-panel/comments.html
@@ -3,7 +3,7 @@
3
"name" "chat-dots"
4
}}
5
{{- $icon := partialCached "icons/icon" $iconCtx $iconCtx }}
6
-{{- if default true .Params.comments }}
+{{- if and (default true site.Params.hb.content_panel.comments) (default true .Params.comments) }}
7
<div class="hb-content-panel-item">
8
<a
href="#content-comments"
0 commit comments