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 /_includes | |
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 '_includes')
-rw-r--r-- | _includes/notes.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/_includes/notes.html b/_includes/notes.html index 59173cf..4b739af 100644 --- a/_includes/notes.html +++ b/_includes/notes.html @@ -1,3 +1,6 @@ +{% comment %} + Sorting can be done in _config.yml with Jekyll 4.0 or later. +{% endcomment %} {% assign note_list = site.notes | sort_natural: 'title' %} <div class="list-group wide-enough"> {% assign h = 'h4' %} |