presentations/themes/reveal-hugo/layouts/shortcodes/fragment.html
2018-12-07 15:17:49 +00:00

4 lines
No EOL
129 B
HTML

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