In current node.html.twig template, the 'Comment' section is hidden using 'comments'. Note the plural. It appears that the default field name is 'comment,' not 'comments.'

Line 92 should be:
{{ content|without('comment', 'links', 'field_tags') }}
and Line 100 should be
{{ content.comment }}

Comments

mariagwyn created an issue. See original summary.

samuel.mortenson’s picture

Status: Active » Fixed

Nice catch! Fixed in 8.x-5.x HEAD.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.