From eb02e1e6b00fa9a3dbe8d2257287f2a1ebd8f615 Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Tue, 24 Dec 2019 15:30:12 -0800 Subject: [PATCH] Fix broken link --- content/blog/sidenotes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/sidenotes.md b/content/blog/sidenotes.md index c329380..24e4f7f 100644 --- a/content/blog/sidenotes.md +++ b/content/blog/sidenotes.md @@ -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, 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 -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. So, what do they look like?