Merge pull request #486 from TheGroundZero/patch-7
Fix #484 - .Site.Config.Services.Disqus.Shortname
This commit is contained in:
commit
aa05977589
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