Front website https://natronics.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

3 lines
424 B

{% assign sn_slug = sidenote | strip | strip_html | strip_newlines | slice: 0, 50 | downcase | remove: '"' | remove: "'" | remove: ' ' | remove: '.' | remove: '-' | remove: '_' %}{% capture snid %}sn-{{ sn_slug}}{% endcapture %}<label for="{{ snid }}" class="margin-toggle sidenote-number"></label>
<input type="checkbox" id="{{ snid }}" class="margin-toggle">
<span class="sidenote">{{ sidenote | strip_newlines }}</span>