From bbff552268514353d8c6d5e99e0c030f6b56078d Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 30 Sep 2019 15:01:07 +0300 Subject: sort notes by title --- _config.yml | 1 + notes/index.html | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 82a60fb..5f3b770 100644 --- a/_config.yml +++ b/_config.yml @@ -16,6 +16,7 @@ paginate: 10 collections: notes: output: true + sort_by: title # Doesn't work? defaults: - scope: diff --git a/notes/index.html b/notes/index.html index 2cfa42c..0ceb78c 100644 --- a/notes/index.html +++ b/notes/index.html @@ -11,10 +11,11 @@ navbar_priority: 3 {% if site.notes.size != 0 %}

This is a complete list of notes I maintain for my personal usage.

{% else %} -

No notes have been added yet.

+

Sorry, no notes have been added yet.

{% endif %} -- cgit v1.2.3