diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-06-07 11:20:57 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-06-07 11:59:04 +0200 |
commit | f41f8f2a9ecefc92b813094a52a6778ae7ff7d76 (patch) | |
tree | 234f51459c3cad7ab2a4f8c6897094eb81d769f0 /_posts/2020-05-20-makefile-escaping.md | |
parent | fix make wget w/ live reload (diff) | |
download | blog-f41f8f2a9ecefc92b813094a52a6778ae7ff7d76.tar.gz blog-f41f8f2a9ecefc92b813094a52a6778ae7ff7d76.zip |
upgrade to Jekyll 4jekyll4
The jekyll-github-metadata bug has finally been fixed.
Diffstat (limited to '')
-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 dd9125a..d468cc3 100644 --- a/_posts/2020-05-20-makefile-escaping.md +++ b/_posts/2020-05-20-makefile-escaping.md @@ -4,7 +4,7 @@ title: Escaping characters in Makefile TL;DR: visit [this page] for a short and concise version of this article. {: .alert .alert-success } -[this page]: {{ site.baseurl }}{% link _notes/makefile.md %} +[this page]: {% link _notes/makefile.md %} I'm a big sucker for irrelevant nitpicks like properly quoting arguments in shell scripts. |