---
layout: default
layout_type: subpage
---
{% assign category = site.categories.reference %}
{% for post in category reversed %}
{% if forloop.first %}
⚓
{% if post.heading %}
{{ post.heading }}
{% else %}
{{ post.title }}
{% endif %}
{{ post.content }}
{% endif %}
{% endfor %}
{% include aside.liquid %}
{% for post in category reversed %}
{% unless forloop.first %}
⚓
{% if post.heading %}
{{ post.heading }}
{% else %}
{{ post.title }}
{% endif %}
{{ post.content }}
{% endunless %}
{% endfor %}