From f41f8f2a9ecefc92b813094a52a6778ae7ff7d76 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 7 Jun 2023 11:20:57 +0200 Subject: upgrade to Jekyll 4 The jekyll-github-metadata bug has finally been fixed. --- _posts/2020-05-20-makefile-escaping.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_posts/2020-05-20-makefile-escaping.md') 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. -- cgit v1.2.3