mirror of
https://github.com/loikein/hugo-tufte.git
synced 2025-08-04 02:32:43 +02:00
parent
4e38a13914
commit
628637be81
4 changed files with 4 additions and 4 deletions
layouts/shortcodes
|
@ -1,3 +1,3 @@
|
|||
{{ $sidenoteDomIdSuffix := .Ordinal }}<label for="sidenote-{{.Page.File.UniqueID}}-{{ $sidenoteDomIdSuffix }}" class="margin-toggle sidenote-number"></label>
|
||||
<input type="checkbox" id="sidenote-{{.Page.File.UniqueID}}-{{ $sidenoteDomIdSuffix }}" class="margin-toggle"/>
|
||||
<span class="sidenote">{{ .Inner }}</span>
|
||||
<span class="sidenote">{{ .Inner | markdownify }}</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue