{% comment %} Sorting can be done in _config.yml with Jekyll 4.0 or later. {% endcomment %} {% assign note_list = site.notes | sort_natural: 'title' %}

notes

{% for note in note_list %}
{{ note.title }}  {{ note.subtitle }}
{% endfor %}