hugo-theme-zzo/layouts/pt/single.html

26 lines
690 B
HTML
Raw Normal View History

2019-12-01 11:58:24 +00:00
<div class="reveal">
2019-12-02 09:46:53 +00:00
<div class="slides">
{{ range $.Params.reveal }}
<section class="pt">
{{ range .main }}
{{ range .sub }}
<section data-markdown>
<textarea data-template>
{{ . }}
</textarea>
</section>
{{ end }}
{{ end }}
</section>
{{ end }}
<section>Single Horizontal Slide</section>
<section>
<section>Vertical Slide 1</section>
<section>Vertical Slide 2</section>
</section>
</div>
2019-12-01 11:58:24 +00:00
</div>
{{ partial "script/pt-script" . }}