[CONFIG] disable widescreen

This commit is contained in:
TLRZ Seyfferth 2020-05-06 19:28:02 +02:00
parent 28960c96d3
commit 75188172cd

View File

@ -17,7 +17,7 @@ themes_url:
~ # Pico will try to guess the URL to the themes dir of your installation;
# If this fails, override it here. Example: https://example.com/pico/themes/
theme_config: # Additional theme-specific config
widescreen: true # Default theme: Use more horizontal space (i.e. make the site container wider)
widescreen: false # Default theme: Use more horizontal space (i.e. make the site container wider)
color: default
twig_config: # Twig template engine config
autoescape: html # Let Twig escape variables by default