We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 628caf7 + 366c48f commit dc57409Copy full SHA for dc57409
layouts/blog/content.html
@@ -13,7 +13,7 @@ <h1>{{ .Title }}</h1>
13
{{ end }}
14
</header>
15
{{ .Content }}
16
- {{ if (.Site.Params.DisqusShortname) }}
+ {{ if (.Site.Config.Services.Disqus.Shortname) }}
17
<br />
18
{{ partial "disqus-comment.html" . }}
19
0 commit comments