Implement side + margin note shortcodes.

This commit is contained in:
Shawn O'Hare 2015-12-29 20:41:07 -08:00
commit 7584401279
3 changed files with 15 additions and 0 deletions
layouts/shortcodes

View file

@ -0,0 +1,3 @@
<label for="{{ .Get "id" }}" class="margin-toggle sidenote-number"></label>
<input type="checkbox" id="{{ .Get "id" }}" class="margin-toggle"/>
<span class="sidenote">{{ .Inner }}</span>