From 7698cfb7d7c4fdf7fb9a91c9b608f624b093da34 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 22 Oct 2022 19:12:27 +0200 Subject: Revert "upgrade to Jekyll 4" This reverts commit c3329e5c7882e991aa1850894f4ba1d9d6030248. OMFG: https://github.com/jekyll/github-metadata/issues/242 --- _includes/notes.html | 3 +++ 1 file changed, 3 insertions(+) (limited to '_includes/notes.html') 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' %}
{% assign h = 'h4' %} -- cgit v1.2.3