new features for margin/side note

This commit is contained in:
loikein 2023-04-15 15:31:10 +01:00
commit a1b9b7dcbd
3 changed files with 11 additions and 8 deletions
layouts/shortcodes

View file

@ -16,8 +16,8 @@
{{ if .Get "link" }}</a>{{ end }}
<figcaption>
{{ else }}{{/* margin or normal */}}
<label for="{{ .Get "label" }}" class="margin-toggle">&#128172;</label>
<input type="checkbox" id="{{ .Get "label" }}" class="margin-toggle">
<label for="{{ .Get "label" }}" class="margin-toggle marginnote-ind">{{ .Site.Params.marginNoteInd }}</label>
<input type="checkbox" id="{{ .Get "label" }}" class="margin-toggle"/>
<span class="marginnote">
{{ if eq $type "margin" }}
{{ with .Get "link" }}<a href="{{ . }}">{{ end }}