Add initial implementation of sidenotes
This commit is contained in:
6
themes/vanilla/layouts/shortcodes/sidenote
Normal file
6
themes/vanilla/layouts/shortcodes/sidenote
Normal file
@@ -0,0 +1,6 @@
|
||||
<span class="sidenote {{ .Get 0 }}">
|
||||
<label class="sidenote-label">{{ .Get 2 }}</label>
|
||||
<span class="sidenote-content">
|
||||
{{ .Inner }}
|
||||
</span>
|
||||
</span>
|
||||
Reference in New Issue
Block a user