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