Fix comments condition
Don't show Disqus comments in Hugo local webserver
This commit is contained in:
parent
384c1ac3e1
commit
4cece3cf46
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{{ if and (.Site.DisqusShortname) (.Param "comments") }}
|
||||
{{ if and (.Site.DisqusShortname) (.Param "comments") (not .Site.IsServer) }}
|
||||
<section class="comments block">
|
||||
{{ template "_internal/disqus.html" . }}
|
||||
</section>
|
||||
|
|
Loading…
Reference in a new issue