mirror of
https://github.com/Threnklyn/reveal-hugo.git
synced 2026-06-03 20:28:28 +02:00
4 lines
111 B
HTML
4 lines
111 B
HTML
{{ define "main" }}
|
|
{{ partial "slides" (union (slice .Page) (where .Data.Pages "Type" "home")) }}
|
|
{{ end }}
|