themen-hugo-35c3-reveal/layouts/shortcodes/fragment.html

8 lines
140 B
HTML
Raw Normal View History

2018-04-27 00:25:43 +02:00
<span
class='fragment {{ .Get "class" }}'
{{ with .Get "index" }}
data-fragment-index='{{ . }}'
{{ end }}
>
{{ .Inner }}
</span>