Initial commit
This commit is contained in:
4
themes/reveal-hugo/layouts/shortcodes/frag.html
Normal file
4
themes/reveal-hugo/layouts/shortcodes/frag.html
Normal file
@ -0,0 +1,4 @@
|
||||
<span class='fragment {{ .Get "class" }}'
|
||||
{{ with .Get "index" }}data-fragment-index='{{ . }}'{{ end }}>
|
||||
{{ .Get "c" }}
|
||||
</span>
|
Reference in New Issue
Block a user