Now my comment in production only show a title “Leave a comment”, there is an empty area under “Leave a comment” can not input comments. Could you please help me to fix? Thank you
I put below code to _layouts\single.html already:
{% if jekyll.environment == ‘production’ and site.comments.provider and page.comments %}
{% include comments.html %}
{% endif %}
_config.yml:
comment: true
and set a value to provider