1
0
Fork 0
functor.systems-website/layouts/shortcodes/sidenote.html

5 lines
204 B
HTML
Raw Normal View History

2025-06-21 02:30:42 -07:00
{{ $id := md5 .Inner }}
<label for="{{ $id }}" class="sidenote-toggle sidenote-number"></label>
<input type="checkbox" id="{{ $id }}" class="sidenote-toggle" />
<span class="sidenote">{{ .Inner }}</span>