aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_includes/notes.html
diff options
context:
space:
mode:
Diffstat (limited to '_includes/notes.html')
-rw-r--r--_includes/notes.html3
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' %}