fixup! use noComments to determine comments render
This commit is contained in:
parent
998ce46fb6
commit
a41eb685a9
|
@ -239,7 +239,7 @@
|
||||||
</script>
|
</script>
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
{{ if (.Param "comments") }}
|
{{- if not (.Param "noComments") }}
|
||||||
{{ partial "comments_js.html" . }}
|
{{ partial "comments_js.html" . }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue