Fixed Disqus template check failing

DisqusShortname is not a Param
This commit is contained in:
Dito
2018-08-30 02:48:55 +03:00
committed by Michael Noronha
parent f2e49b7f29
commit 80181ad4b8

View File

@@ -82,7 +82,7 @@
{{ end }}
</div>
{{ end }}
{{ if .Site.Params.disqusShortname }}
{{ if .Site.DisqusShortname }}
<br>
<div class="disqus">
{{ template "_internal/disqus.html" . }}