aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_includes/notes.html
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-10-15 15:10:35 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2022-10-15 15:10:35 +0200
commitc3329e5c7882e991aa1850894f4ba1d9d6030248 (patch)
treecf4b689a676f5248aef7b0f23a23e395973a4161 /_includes/notes.html
parentgdb-sleep-all: lower sleep time (diff)
downloadblog-c3329e5c7882e991aa1850894f4ba1d9d6030248.tar.gz
blog-c3329e5c7882e991aa1850894f4ba1d9d6030248.zip
upgrade to Jekyll 4
Diffstat (limited to '_includes/notes.html')
-rw-r--r--_includes/notes.html3
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' %}