hugo-tufte/layouts/shortcodes/sidenote.html

4 lines
188 B
HTML
Raw Normal View History

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