fix typo
This commit is contained in:
parent
02ac0c276b
commit
3c10c8ac0b
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ HTML structure of the theme. Below are the Twig variables that are available
|
|||
to use in your theme. Please note that paths (e.g. `{{ base_dir }}`) and URLs
|
||||
(e.g. `{{ base_url }}`) don't have a trailing slash.
|
||||
|
||||
* `{{ config }}` - Conatins the values you set in `config/config.php`
|
||||
* `{{ config }}` - Contains the values you set in `config/config.php`
|
||||
(e.g. `{{ config.theme }}` becomes `default`)
|
||||
* `{{ base_dir }}` - The path to your Pico root directory
|
||||
* `{{ base_url }}` - The URL to your Pico site; use Twigs `link` filter to
|
||||
|
|
Loading…
Add table
Reference in a new issue