Merge pull request #49953 from sftim/20250227_fix_disqus_lookup

Fix Disqus config lookup
pull/49963/head
Kubernetes Prow Robot 2025-02-28 05:46:23 -08:00 committed by GitHub
commit dc57409e43
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
{{ end }}
</header>
{{ .Content }}
{{ if (.Site.Params.DisqusShortname) }}
{{ if (.Site.Config.Services.Disqus.Shortname) }}
<br />
{{ partial "disqus-comment.html" . }}
<br />