Skip to content

Commit

Permalink
Merge pull request kubernetes#49953 from sftim/20250227_fix_disqus_lo…
Browse files Browse the repository at this point in the history
…okup

Fix Disqus config lookup
  • Loading branch information
k8s-ci-robot authored Feb 28, 2025
2 parents 628caf7 + 366c48f commit dc57409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/blog/content.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h1>{{ .Title }}</h1>
{{ end }}
</header>
{{ .Content }}
{{ if (.Site.Params.DisqusShortname) }}
{{ if (.Site.Config.Services.Disqus.Shortname) }}
<br />
{{ partial "disqus-comment.html" . }}
<br />
Expand Down

0 comments on commit dc57409

Please sign in to comment.