Browse Source

add cheat for sidenotes, as I don't want to look it up every time..

main
John-Mark Gurney 3 years ago
parent
commit
2007a24877
1 changed files with 11 additions and 0 deletions
  1. +11
    -0
      BLOG.md

+ 11
- 0
BLOG.md View File

@@ -38,3 +38,14 @@ image: URL of an image to show along with the post
imagealt: Alt text for the image imagealt: Alt text for the image


[twitter card reference](https://developer.twitter.com/en/docs/twitter-for-websites/cards/overview/markup) [twitter card reference](https://developer.twitter.com/en/docs/twitter-for-websites/cards/overview/markup)

Side notes
----------

Use the following, replace `sn-demo` w/ unique id.

```
<label for="sn-demo" class="margin-toggle sidenote-number"></label>
<input type="checkbox" id="sn-demo" class="margin-toggle"/>
<span class="sidenote"></span>
```

Loading…
Cancel
Save