From c0f4fe017ffe83e2aed7945beffdae36e0106218 Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Wed, 22 May 2024 23:05:11 -0700 Subject: [PATCH] Replace absolute links with relrefs Signed-off-by: Danila Fedorin --- content/blog/backend_math_rendering.md | 2 +- content/blog/haskell_language_server_again.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/blog/backend_math_rendering.md b/content/blog/backend_math_rendering.md index efe28b4..7dbf6b1 100644 --- a/content/blog/backend_math_rendering.md +++ b/content/blog/backend_math_rendering.md @@ -98,7 +98,7 @@ After my first post complaining about the state of mathematics on the web, I rec the following email (which the author allowed me to share): > Sorry for having a random stranger email you, but in your blog post -[(link)](https://danilafe.com/blog/math_rendering_is_wrong) you seem to focus on MathJax's +[(link)]({{< relref "math_rendering_is_wrong" >}}) you seem to focus on MathJax's difficulty in rendering things server-side, while quietly ignoring that KaTeX's front page advertises server-side rendering. Their documentation [(link)](https://katex.org/docs/options.html) even shows (at least as of the time this email was sent) that it renders both HTML diff --git a/content/blog/haskell_language_server_again.md b/content/blog/haskell_language_server_again.md index 8debdaf..31d00b2 100644 --- a/content/blog/haskell_language_server_again.md +++ b/content/blog/haskell_language_server_again.md @@ -103,7 +103,7 @@ VSCode to autocomplete and error check. My original recommendations for (neo)vim remain unchanged, with the exception of using `ghcide` instead of `hie` in the `serverCommands` variable. You can find the original instructions -[here](https://danilafe.com/blog/haskell_language_server/#neovim). +[here]({{< relref "haskell_language_server#neovim" >}}). ### Conclusion I hope that using GHC IDE, you'll be able to have a significantly more pleasant