Make order of precedence clearer for slide templates

This commit is contained in:
dzello 2018-07-23 10:49:05 +02:00
parent db6d875a3f
commit 3bd0dbabe9
1 changed files with 5 additions and 1 deletions

View File

@ -120,7 +120,11 @@ Apply the template using the **template** attribute of the slide shortcode:
---
If a template exists in multiple configurations, it's properties will be merged. If a property is declared multiple times, the order of precedence is page, section (_index.md), site (config.toml).
If a template exists in multiple configurations, it's properties will be merged. If a property is declared multiple times, the order of precedence is:
- page
- section (_index.md)
- site (config.toml)
{{% /section %}}