From c99e3e639d7cddb7931c8762aa5ec4a61d6f3307 Mon Sep 17 00:00:00 2001 From: Robbert Date: Sat, 14 Sep 2019 22:18:23 +0200 Subject: [PATCH] Fixed typo in config.yml (#510) --- config/config.yml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.yml.template b/config/config.yml.template index 6a6ac19..c78c667 100644 --- a/config/config.yml.template +++ b/config/config.yml.template @@ -14,7 +14,7 @@ theme: default # The name of your custom theme theme_url: ~ # Pico will try to guess the URL to the themes dir of your installation # If this fails, override it here. Example: http://example.com/pico/themes/ theme_config: - widescreen: false # Default theme: Use more horicontal space (i.e. make the site container wider) + widescreen: false # Default theme: Use more horizontal space (i.e. make the site container wider) twig_config: cache: false # Enable Twig template caching by specifying a path to a writable directory autoescape: false # Let Twig escape variables by default