Kompost

Things collected from the wild. Links, quotes, images, fragments.

{% for item in collections.kompost %} {% set itemZone = item.data.zone or 'kompost' %}

{{ item.data.title }}

{{ itemZone }} {% if item.data.kompost_type %}{{ item.data.kompost_type }}{% endif %} {{ (item.data.last_tended or item.date) | date("MMM YYYY") }}

{% if item.data.description %}

{{ item.data.description }}

{% endif %}

{% if item.data.tags | length %}

{% for tag in item.data.tags %} #{{ tag }} {% endfor %}
{% endif %}

{% endfor %}

{% if not collections.kompost | length %}

Nothing here yet. Share something from your device to get started.

{% endif %}