{% comment %} Sorting can be done in _config.yml with Jekyll 4.0 or later. {% endcomment %} {% assign note_list = site.notes | sort_natural: 'title' %}
{% for note in note_list %} {% if include.sidebar %} {{ note.subtitle }}  {{ note.title }} {% else %}
{{ note.title }} {{ note.subtitle }}
{% endif %}
{% endfor %}