Fix Disqus config lookup
parent
a9cc164694
commit
366c48ff46
|
@ -13,7 +13,7 @@
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</header>
|
</header>
|
||||||
{{ .Content }}
|
{{ .Content }}
|
||||||
{{ if (.Site.Params.DisqusShortname) }}
|
{{ if (.Site.Config.Services.Disqus.Shortname) }}
|
||||||
<br />
|
<br />
|
||||||
{{ partial "disqus-comment.html" . }}
|
{{ partial "disqus-comment.html" . }}
|
||||||
<br />
|
<br />
|
||||||
|
|
Loading…
Reference in New Issue