presentations/themes/reveal-hugo/layouts/shortcodes/fragment.html

4 lines
129 B
HTML

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