hugo-tufte/layouts/shortcodes/sidenote.html
2015-12-29 20:41:07 -08:00

3 lines
188 B
HTML

<label for="{{ .Get "id" }}" class="margin-toggle sidenote-number"></label>
<input type="checkbox" id="{{ .Get "id" }}" class="margin-toggle"/>
<span class="sidenote">{{ .Inner }}</span>