diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-10-22 19:12:27 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-10-22 19:12:27 +0200 |
commit | 7698cfb7d7c4fdf7fb9a91c9b608f624b093da34 (patch) | |
tree | 2a57d59b5a735762a42512953ab4c47d092d8ee9 /_posts/2020-05-20-makefile-escaping.md | |
parent | upgrade to Jekyll 4 (diff) | |
download | blog-7698cfb7d7c4fdf7fb9a91c9b608f624b093da34.tar.gz blog-7698cfb7d7c4fdf7fb9a91c9b608f624b093da34.zip |
Revert "upgrade to Jekyll 4"
This reverts commit c3329e5c7882e991aa1850894f4ba1d9d6030248.
OMFG: https://github.com/jekyll/github-metadata/issues/242
Diffstat (limited to '_posts/2020-05-20-makefile-escaping.md')
-rw-r--r-- | _posts/2020-05-20-makefile-escaping.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_posts/2020-05-20-makefile-escaping.md b/_posts/2020-05-20-makefile-escaping.md index 8ee6ec0..4190fff 100644 --- a/_posts/2020-05-20-makefile-escaping.md +++ b/_posts/2020-05-20-makefile-escaping.md @@ -38,7 +38,7 @@ TL;DR Visit [this page] for an all-in-one Makefile template. {: .alert .alert-info } -[this page]: {% link _notes/makefile.md %} +[this page]: {{ site.baseurl }}{% link _notes/makefile.md %} * Put the prologue above at the top of your Makefile. * Quote command arguments in Makefiles using single quotes `'`. |