mirror of
https://github.com/Smaug123/static-site-pipeline
synced 2025-10-06 08:48:39 +00:00
Import Hugo
This commit is contained in:
7
hugo/layouts/shortcodes/side.html
Normal file
7
hugo/layouts/shortcodes/side.html
Normal file
@@ -0,0 +1,7 @@
|
||||
<span class="sidenote">
|
||||
<label class="sidenote-label" for="{{ .Get 1 }}"> {{ .Get 2 }}</label>
|
||||
<input class="sidenote-checkbox" type="checkbox" id="{{ .Get 1 }}" />
|
||||
<span class="sidenote-content sidenote-{{ .Get 0 }}">
|
||||
{{ .Inner }}
|
||||
</span>
|
||||
</span>
|
Reference in New Issue
Block a user