diff --git a/exampleSite/content/example/_index.md b/exampleSite/content/example/_index.md index 4bf1d46..15bfb2c 100644 --- a/exampleSite/content/example/_index.md +++ b/exampleSite/content/example/_index.md @@ -1,5 +1,6 @@ +++ title = "Example of a section presentation" +reveal_theme = "moon" +++ # Section Presentation diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index c19cc15..4413ae6 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -9,7 +9,7 @@ - {{ $theme := or .Site.Params.reveal_theme "black" }} + {{ $theme := or .Page.Params.reveal_theme .Site.Params.reveal_theme "black" }}