Files
reveal-hugo/layouts/shortcodes/fragment.html
T
2018-04-30 12:09:27 -07:00

4 lines
129 B
HTML

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