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 /_notes/makefile.md | |
parent | fix make wget w/ live reload (diff) | |
download | blog-jekyll4.tar.gz blog-jekyll4.zip |
upgrade to Jekyll 4jekyll4
The jekyll-github-metadata bug has finally been fixed.
Diffstat (limited to '_notes/makefile.md')
-rw-r--r-- | _notes/makefile.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_notes/makefile.md b/_notes/makefile.md index b35aea2..62e0570 100644 --- a/_notes/makefile.md +++ b/_notes/makefile.md @@ -95,7 +95,7 @@ features: I've made a [detailed blog post] about how all of this works. {: .alert .alert-info } -[detailed blog post]: {{ site.baseurl }}{% post_url 2020-05-20-makefile-escaping %} +[detailed blog post]: {% post_url 2020-05-20-makefile-escaping %} {% for feature in page.features %} {{ feature.note | markdownify }} |