---
title: Notes
navbar:
link: Notes
priority: 3
layout: default
sidebar:
notes:
hide: true
---
{% include jekyll-theme/categories/label.html category='Notes' feed=true %}
{% if site.notes.size > 0 %}
{% 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 %}
{% endfor %}
{% else %}
Sorry, no notes have been added yet.
{% endif %}