Initial commit
This commit is contained in:
4
themes/reveal-hugo/layouts/shortcodes/note.html
Normal file
4
themes/reveal-hugo/layouts/shortcodes/note.html
Normal file
@ -0,0 +1,4 @@
|
||||
{{/* Markdown is not rendered inside <aside> tags! So we use the following */}}
|
||||
{{/* config which causes .Inner to be rendered before processing the shortcode. */}}
|
||||
{{ $_hugo_config := `{ "version": 1 }` }}
|
||||
<aside class="notes">{{ .Inner }}</aside>
|
Reference in New Issue
Block a user