Skip to content

Commit

Permalink
Fix Disqus config lookup
Browse files Browse the repository at this point in the history
  • Loading branch information
sftim committed Feb 27, 2025
1 parent a9cc164 commit 366c48f
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 366c48f

Please sign in to comment.