mirror of
https://github.com/Threnklyn/reveal-hugo.git
synced 2026-05-18 21:03:29 +02:00
f3d10065d3
Section presentations were including slides from the root presentation.
5 lines
147 B
HTML
5 lines
147 B
HTML
{{ define "main" }}
|
|
{{ partial "reveal-hugo/slides" (slice .Page) }}
|
|
{{ partial "reveal-hugo/slides" (where .Pages "Kind" "page") }}
|
|
{{ end }}
|