Initial commit
This commit is contained in:
4
themes/reveal-hugo/layouts/_default/index.reveal.html
Normal file
4
themes/reveal-hugo/layouts/_default/index.reveal.html
Normal file
@ -0,0 +1,4 @@
|
||||
{{ define "main" }}
|
||||
{{ partial "reveal-hugo/slides" (slice .Page) }}
|
||||
{{ partial "reveal-hugo/slides" (where .Site.RegularPages "Type" "home") }}
|
||||
{{ end }}
|
Reference in New Issue
Block a user