Merge pull request #49953 from sftim/20250227_fix_disqus_lookup
Fix Disqus config lookuppull/49963/head
commit
dc57409e43
|
@ -13,7 +13,7 @@
|
|||
{{ end }}
|
||||
</header>
|
||||
{{ .Content }}
|
||||
{{ if (.Site.Params.DisqusShortname) }}
|
||||
{{ if (.Site.Config.Services.Disqus.Shortname) }}
|
||||
<br />
|
||||
{{ partial "disqus-comment.html" . }}
|
||||
<br />
|
||||
|
|
Loading…
Reference in New Issue