fixup! use noComments to determine comments render

This commit is contained in:
Reorx 2022-05-05 14:14:39 +08:00
parent 998ce46fb6
commit a41eb685a9
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}