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

4 lines
131 B
HTML

<span class='fragment {{ .Get "class" }}'
{{ with .Get "index" }}data-fragment-index='{{ . }}'{{ end }}>
{{ .Get "c" }}
</span>