This website requires JavaScript.
Explore
Help
Sign In
ccchb
/
themen-hugo-35c3-reveal
mirror of
https://dev.ccchb.de/genofire/themen-hugo-35c3-reveal.git
Watch
3
Star
0
Fork
You've already forked themen-hugo-35c3-reveal
0
Code
Releases
Activity
64d0490d38
themen-hugo-35c3-reveal
/
layouts
/
_default
/
list.reveal.html
4 lines
84 B
HTML
Raw
Normal View
History
Unescape
Escape
Add a layout for creating a presentation from a section
2018-04-27 01:36:13 +02:00
{{ define "main" }}
Add shortcodes for customizing slides, markdown, HTML
2018-05-01 03:47:20 +02:00
{{ partial "slides" (union (slice .Page) .Pages) }}
Add a layout for creating a presentation from a section
2018-04-27 01:36:13 +02:00
{{ end }}