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 --- notes/index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'notes') 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