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.

2 lines
424 B

  1. {% 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>
  2. <input type="checkbox" id="{{ snid }}" class="margin-toggle">
  3. <span class="sidenote">{{ sidenote | strip_newlines }}</span>