diff --git a/env/localhost/config/system.yaml b/env/localhost/config/system.yaml index c4e28df5..7f55f7ff 100644 --- a/env/localhost/config/system.yaml +++ b/env/localhost/config/system.yaml @@ -4,6 +4,9 @@ cache: method: hash gzip: false +errors: + display: 1 + assets: css_pipeline: false js_pipeline: false diff --git a/pages/03.themes/04.twig-tags-filters-functions/03.functions/docs.md b/pages/03.themes/04.twig-tags-filters-functions/03.functions/docs.md index a973f3bd..d6c8392d 100644 --- a/pages/03.themes/04.twig-tags-filters-functions/03.functions/docs.md +++ b/pages/03.themes/04.twig-tags-filters-functions/03.functions/docs.md @@ -144,7 +144,7 @@ Output the EXIF data from an image based on its filepath. This requires that `me [/prism] {% endverbatim %} -This would write the `MaxApertureValue`-value set in the camera, for example "40/10". You can always use `{% verbatim %}{{ dump(exif)}}{% endverbatim %}` to show all the available data in the debugger. +This would write the `MaxApertureValue`-value set in the camera, for example "40/10". You can always use {% verbatim %}`{{ dump(exif) }}`{% endverbatim %} to show all the available data in the debugger. ### `get_cookie`