diff --git a/layouts/shortcodes/marginnote.html b/layouts/shortcodes/marginnote.html index 71b3c64..61dcebf 100644 --- a/layouts/shortcodes/marginnote.html +++ b/layouts/shortcodes/marginnote.html @@ -7,6 +7,6 @@ {{- $ind := .Get "ind" | default .Site.Params.marginNoteInd -}} - + {{ .Inner | markdownify}} diff --git a/layouts/shortcodes/sidenote.html b/layouts/shortcodes/sidenote.html index c74d462..786d20d 100644 --- a/layouts/shortcodes/sidenote.html +++ b/layouts/shortcodes/sidenote.html @@ -6,6 +6,6 @@ {{- $label := $.Page.Scratch.Get "sidenoteCounter" -}} - + ({{ $label }}){{ .Inner | markdownify }}