mirror of
https://github.com/Threnklyn/reveal-hugo.git
synced 2026-06-05 21:28:28 +02:00
Add a shortcode for adding vertical sections
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
+++
|
||||
title = "Reveal.js presentation sections example"
|
||||
outputs = ["Reveal"]
|
||||
reveal_theme = "moon"
|
||||
+++
|
||||
|
||||
Test
|
||||
|
||||
---
|
||||
|
||||
{{% section %}}
|
||||
|
||||
Two
|
||||
|
||||
---
|
||||
|
||||
Three
|
||||
|
||||
{{% /section %}}
|
||||
|
||||
---
|
||||
|
||||
Four
|
||||
Reference in New Issue
Block a user