Files
diapos.resilien.fr/themes/reveal-hugo/layouts/shortcodes/section.html
Killian Kemps 2d44ed43f8 Initial commit
2023-07-07 11:52:50 +02:00

5 lines
155 B
HTML

{{/* Render .Inner before processing the shortcode. */}}
{{ $_hugo_config := `{ "version": 1 }` }}
<section data-shortcode-section>
{{ .Inner }}
</section>