mirror of
https://github.com/loikein/hugo-tufte.git
synced 2025-08-04 10:32:45 +02:00
new features for margin/side note
This commit is contained in:
parent
233074c9bf
commit
a1b9b7dcbd
3 changed files with 11 additions and 8 deletions
layouts/shortcodes
|
@ -16,8 +16,8 @@
|
|||
{{ if .Get "link" }}</a>{{ end }}
|
||||
<figcaption>
|
||||
{{ else }}{{/* margin or normal */}}
|
||||
<label for="{{ .Get "label" }}" class="margin-toggle">💬</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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue