Fix #484
Update `.Site.DisqusShortname` to `.Site.Config.Services.Disqus.Shortname`
This commit is contained in:
parent
a902dacd84
commit
e2bc011b94
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@
|
||||||
|
|
||||||
{{ partial "pagination-single.html" . }}
|
{{ partial "pagination-single.html" . }}
|
||||||
|
|
||||||
{{ if .Site.DisqusShortname }}
|
{{ if .Site.Config.Services.Disqus.Shortname }}
|
||||||
{{ if not (eq .Params.Comments "false") }}
|
{{ if not (eq .Params.Comments "false") }}
|
||||||
<div id="comments">
|
<div id="comments">
|
||||||
{{ template "_internal/disqus.html" . }}
|
{{ template "_internal/disqus.html" . }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue