Compare commits
No commits in common. "eb02e1e6b00fa9a3dbe8d2257287f2a1ebd8f615" and "f75a47e27332b86e33356d45c423e2a52e642c7a" have entirely different histories.
eb02e1e6b0
...
f75a47e273
|
@ -10,7 +10,7 @@ I found that __sidenotes__ were a feature that I didn't even know I needed.
|
||||||
A lot of my writing seems to use small parenthesized remarks (like this), which,
|
A lot of my writing seems to use small parenthesized remarks (like this), which,
|
||||||
although it doesn't break the flow in a grammatical sense, lengthens the
|
although it doesn't break the flow in a grammatical sense, lengthens the
|
||||||
sentence, and makes it harder to follow. Since I do my best to write content
|
sentence, and makes it harder to follow. Since I do my best to write content
|
||||||
to help explain stuff (like the [compiler series]({{< relref "00_compiler_intro.md" >}})),
|
to help explain stuff (like the [compiler series]({{ relref "00_compiler_intro.md" }})),
|
||||||
making sentences __more__ difficult to understand is a no-go.
|
making sentences __more__ difficult to understand is a no-go.
|
||||||
|
|
||||||
So, what do they look like?
|
So, what do they look like?
|
||||||
|
|
|
@ -1,9 +0,0 @@
|
||||||
{{ .Page.Scratch.Add "numbernote-id" 1 }}
|
|
||||||
{{ $id := .Page.Scratch.Get "numbernote-id" }}
|
|
||||||
<span class="sidenote">
|
|
||||||
<label class="sidenote-label" for="numbernote-{{ $id }}">({{ $id }})</label>
|
|
||||||
<input class="sidenote-checkbox" type="checkbox" id="numbernote-{{ $id }}"></input>
|
|
||||||
<span class="sidenote-content sidenote-{{ .Get 0 }}">
|
|
||||||
{{ .Inner }}
|
|
||||||
</span>
|
|
||||||
</span>
|
|
Loading…
Reference in New Issue
Block a user