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 0 }}" class="margin-toggle">&#8853;</label>
<input type="checkbox" id="{{ .Get 0 }}" class="margin-toggle"/>
<span class="marginnote">{{ .Inner }}</span>