mirror of
https://github.com/loikein/hugo-tufte.git
synced 2024-11-17 05:36:57 +01:00
parent
d73348e8cd
commit
4e38a13914
1 changed files with 1 additions and 1 deletions
|
@ -9,4 +9,4 @@
|
||||||
id="marginnote-{{.Page.File.UniqueID}}-{{ $marginnoteDomIdSuffix }}"
|
id="marginnote-{{.Page.File.UniqueID}}-{{ $marginnoteDomIdSuffix }}"
|
||||||
class="margin-toggle"
|
class="margin-toggle"
|
||||||
/>
|
/>
|
||||||
<span class="marginnote">{{ .Inner }}</span>
|
<span class="marginnote">{{ .Inner | markdownify}}</span>
|
||||||
|
|
Loading…
Reference in a new issue