--- layout: base.njk tags: timeline permalink: about/index.html title: About ---
{{ content | safe }}
{% for item in collections.timeline | reverse %} {% if item.data.title !== "About" and not item.data.draft %}

{{ item.data.title | markdown | safe }}

{{ item.data.description | markdown | safe }}

{% endif %} {% endfor %}