themen-hugo-35c3-reveal/layouts/shortcodes/fragment.html
2018-04-30 12:09:27 -07:00

4 lines
No EOL
129 B
HTML

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