12345678910111213141516 |
- api_version: 3 # Use Pico's latest API version for themes
- meta:
- Tags: tags
- Timeline: timeline
- Excerpt: excerpt
- Comments: comments
- Css_extra: css_extra
- # These belong to plugins that go well with TagBlog:
- Toc_disabled: toc_disabled
- twig_config: # Twig template engine config
- autoescape: html # Let Twig escape variables by default
- strict_variables: false # If set to true, Twig will bail out when unset variables are being used
- charset: utf-8 # The charset used by Twig templates
|