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

16 lines
369 B
HTML
Raw Normal View History

2019-12-01 11:58:24 +00:00
<div class="reveal">
<div class="slides">
<section data-markdown>
<textarea data-template>
{{ .Content }}
</textarea>
</section>
<section>Single Horizontal Slide</section>
<section>
<section>Vertical Slide 1</section>
<section>Vertical Slide 2</section>
</section>
</div>
</div>
{{ partial "script/pt-script" . }}