getgrav / getgrav/grav-plugin-comments
Nothing gets rendered - grav.twig.enable appears obsolete
Open
cannot recreate
- Dominant language
- PHP
- Stars
- 54
- Forks
- 26
- PR merge metrics
- No merged PRs in 30d
Description
The sample comments.html.twig shows:
`{% if grav.twig.enable %}`
Which never is set even when twig is enabled in config/system.yaml
```
33 process:
34 markdown: true
35 twig: true
```
I was able to make the comments come up by deleting the `{% if grav.twig.enable %}` and it's corresponding `{% endif %}`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.