Skip to content

Commit 3da1451

Browse files
committed
update docs
1 parent 5422b61 commit 3da1451

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

layouts/docs/list.html

+1-1
Original file line numberDiff line numberDiff 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 }}

layouts/v4.5.0/list.html

+1-1
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)