diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-10-15 15:10:35 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-10-15 15:10:35 +0200 |
commit | c3329e5c7882e991aa1850894f4ba1d9d6030248 (patch) | |
tree | cf4b689a676f5248aef7b0f23a23e395973a4161 /_includes/notes.html | |
parent | gdb-sleep-all: lower sleep time (diff) | |
download | blog-c3329e5c7882e991aa1850894f4ba1d9d6030248.tar.gz blog-c3329e5c7882e991aa1850894f4ba1d9d6030248.zip |
upgrade to Jekyll 4
Diffstat (limited to '_includes/notes.html')
-rw-r--r-- | _includes/notes.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/_includes/notes.html b/_includes/notes.html index 4b739af..59173cf 100644 --- a/_includes/notes.html +++ b/_includes/notes.html @@ -1,6 +1,3 @@ -{% 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' %} |