| title | Incident Archive |
|---|---|
| permalink | /archive.html |
incident archive
{% include status-pill.html label="chronological" tone="cyan" %}
{% assign puzzles = site.posts | sort: "date" %}
{% for post in puzzles %}
{{ post.date | date: "%Y-%m-%d" }}
{{ post.title }}
{{ post.description }}
{% endfor %}