mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 11:46:41 +02:00
Fixed Disqus template check failing
DisqusShortname is not a Param
This commit is contained in:
@@ -82,7 +82,7 @@
|
|||||||
{{ end }}
|
{{ end }}
|
||||||
</div>
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ if .Site.Params.disqusShortname }}
|
{{ if .Site.DisqusShortname }}
|
||||||
<br>
|
<br>
|
||||||
<div class="disqus">
|
<div class="disqus">
|
||||||
{{ template "_internal/disqus.html" . }}
|
{{ template "_internal/disqus.html" . }}
|
||||||
|
Reference in New Issue
Block a user