mirror of
https://github.com/Threnklyn/reveal-hugo.git
synced 2026-05-18 21:03:29 +02:00
Fix bug in section presentations introduced by #51
Section presentations were including slides from the root presentation.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{{ define "main" }}
|
||||
{{ partial "reveal-hugo/slides" (slice .Page) }}
|
||||
{{ partial "reveal-hugo/slides" .Site.RegularPages }}
|
||||
{{ partial "reveal-hugo/slides" (where .Pages "Kind" "page") }}
|
||||
{{ end }}
|
||||
|
||||
Reference in New Issue
Block a user