Open maxalmonte14 opened 7 years ago
This is caused because the first if ({% if grav.twig.enable %}
) in the file htdocs/user/themes/lingonberry/templates/partials/comments.html.twig
returns false.
Still searching for the why. Commenting it out activates the comment plugin as it should.
EDIT: Found the solution here: https://github.com/Peekmo/grav-theme-lingonberry/commit/20a8f8dc8e6509cacb67c745b9bc91f9e4915ffe
I have the following settings in my
user/config/plugins/comments.yaml
That's the default setting but the
enabled: true
must be enough for work properly, anyway it's not working for me.