parent
daead1a8b0
commit
80695973ac
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
{{ .Content }}
|
{{ .Content }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{ if and (isset .Site.Params "disqusShortname") (ne .Site.Params.disqusShortname "") }}
|
{{ if .Site.Params.disqusShortname }}
|
||||||
<h2>Comments</h2>
|
<h2>Comments</h2>
|
||||||
{{ partial "disqus" . }}
|
{{ partial "disqus" . }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
Loading…
Reference in a new issue