From 75188172cddaf9b146755a6b38ae57df08d2492c Mon Sep 17 00:00:00 2001 From: TLRZ Seyfferth Date: Wed, 6 May 2020 19:28:02 +0200 Subject: [PATCH] [CONFIG] disable widescreen --- config/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.yml b/config/config.yml index 7eda051..1181c7c 100644 --- a/config/config.yml +++ b/config/config.yml @@ -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