File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ <h1>{{ .Title }}</h1>
1414 {{ partial "feedback.html" .Site.Params.ui.feedback }}
1515 < br />
1616 {{ end }}
17- {{ if (.Site.DisqusShortname ) }}
17+ {{ if (.Site.Config.Services.Disqus.Shortname ) }}
1818 < br />
1919 {{ partial "disqus-comment.html" . }}
2020 {{ end }}
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ <h1>{{ .Title }}</h1>
1414 {{ partial "feedback.html" .Site.Params.ui.feedback }}
1515 < br />
1616 {{ end }}
17- {{ if (.Site.DisqusShortname ) }}
17+ {{ if (.Site.Config.Services.Disqus.Shortname ) }}
1818 < br />
1919 {{ partial "disqus-comment.html" . }}
2020 {{ end }}
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ <h1>{{ .Title }}</h1>
1414 {{ partial "feedback.html" .Site.Params.ui.feedback }}
1515 < br />
1616 {{ end }}
17- {{ if (.Site.DisqusShortname ) }}
17+ {{ if (.Site.Config.Services.Disqus.Shortname ) }}
1818 < br />
1919 {{ partial "disqus-comment.html" . }}
2020 {{ end }}
You can’t perform that action at this time.
0 commit comments