mirror of
https://github.com/getgrav/grav.git
synced 2026-07-28 14:50:02 +02:00
Set twig autoescaping to true
I think this value get overwritten anyways. Maybe we should remove it completely?
This commit is contained in:
@@ -22,7 +22,7 @@ twig:
|
||||
cache: true
|
||||
debug: true
|
||||
auto_reload: true
|
||||
autoescape: false
|
||||
autoescape: true
|
||||
|
||||
assets:
|
||||
css_pipeline: false
|
||||
|
||||
Reference in New Issue
Block a user