From f41f8f2a9ecefc92b813094a52a6778ae7ff7d76 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 7 Jun 2023 11:20:57 +0200 Subject: upgrade to Jekyll 4 The jekyll-github-metadata bug has finally been fixed. --- _includes/notes.html | 3 --- 1 file changed, 3 deletions(-) (limited to '_includes/notes.html') diff --git a/_includes/notes.html b/_includes/notes.html index 54055d7..ca91e54 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' %}
-- cgit v1.2.3