Skip to content

Commit dc57409

Browse files
authored
Merge pull request #49953 from sftim/20250227_fix_disqus_lookup
Fix Disqus config lookup
2 parents 628caf7 + 366c48f commit dc57409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/blog/content.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ <h1>{{ .Title }}</h1>
1313
{{ end }}
1414
</header>
1515
{{ .Content }}
16-
{{ if (.Site.Params.DisqusShortname) }}
16+
{{ if (.Site.Config.Services.Disqus.Shortname) }}
1717
<br />
1818
{{ partial "disqus-comment.html" . }}
1919
<br />

0 commit comments

Comments
 (0)