Initial commit
This commit is contained in:
6
themes/reveal-hugo/layouts/shortcodes/fragment.html
Normal file
6
themes/reveal-hugo/layouts/shortcodes/fragment.html
Normal file
@ -0,0 +1,6 @@
|
||||
{{/* Render .Inner before processing the shortcode. */}}
|
||||
{{ $_hugo_config := `{ "version": 1 }` }}
|
||||
<span class='fragment {{ .Get "class" }}'
|
||||
{{ with .Get "index" }}data-fragment-index='{{ . }}'{{ end }}>
|
||||
{{ .Inner }}
|
||||
</span>
|
Reference in New Issue
Block a user