Files
reveal-hugo/layouts/shortcodes/fragment.html
T
2018-04-26 15:25:43 -07:00

8 lines
140 B
HTML

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