--- layout: base.njk tags: timeline permalink: timeline/index.html title: Timeline --- {% for item in collections.timeline | reverse %} {% if item.data.title !== "Timeline" and not item.data.draft %}
{{ item.data.description | markdown | safe }}
{% endif %} {% endfor %}