first commit
This commit is contained in:
4
themes/reveal-hugo/layouts/shortcodes/fragment.html
Normal file
4
themes/reveal-hugo/layouts/shortcodes/fragment.html
Normal file
@@ -0,0 +1,4 @@
|
||||
{{/* 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