Fixed typo in config.yml (#510)
This commit is contained in:
parent
b1ec1e55e1
commit
c99e3e639d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue