mirror of
https://github.com/getgrav/grav.git
synced 2025-02-20 19:56:53 +01:00
Set twig autoescaping to true
I think this value get overwritten anyways. Maybe we should remove it completely?
This commit is contained in:
parent
21c6b56a27
commit
b6d720791a
|
|
@ -22,7 +22,7 @@ twig:
|
|||
cache: true
|
||||
debug: true
|
||||
auto_reload: true
|
||||
autoescape: false
|
||||
autoescape: true
|
||||
|
||||
assets:
|
||||
css_pipeline: false
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user