{{ title }}
posted {% if author %} by {{ author }} {% elif meta.author %} by {{ meta.author }} {% endif %} {% if categories %} in {% for cat in categories %} {{ cat }} {% endfor %} {% endif %}
---
layout: base
---
posted
{% if author %}
by {{ author }}
{% elif meta.author %}
by {{ meta.author }}
{% endif %}
{% if categories %}
in
{% for cat in categories %}
{{ cat }}
{% endfor %}
{% endif %}
{{ title }}
Elsewhere