mirror of
https://github.com/Threnklyn/reveal-hugo.git
synced 2026-06-03 20:28:28 +02:00
Make order of precedence clearer for slide templates
This commit is contained in:
@@ -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 %}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user