mirror of
https://github.com/loikein/hugo-tufte.git
synced 2025-06-10 05:12:16 +02:00
3 lines
316 B
HTML
3 lines
316 B
HTML
{{ $marginnoteDomIdSuffix := .Ordinal }}<label for="marginnote-{{.Page.File.UniqueID}}-{{ $marginnoteDomIdSuffix }}" class="margin-toggle">⊕</label>
|
|
<input type="checkbox" id="marginnote-{{.Page.File.UniqueID}}-{{ $marginnoteDomIdSuffix }}" class="margin-toggle"/>
|
|
<span class="marginnote">{{ .Inner }}</span>
|