- {# Handle both string and array categories #}
- {% if category is string %}
- - {{ category }}
- {% else %}
- {% for cat in (category | withoutGardenTags) %}
- - {{ cat }}
- {% endfor %}
+
+
Planted:
+ {% if category | withoutGardenTags %}
+
+ {# Handle both string and array categories #}
+ {% if category is string %}
+ - {{ category }}
+ {% else %}
+ {% for cat in (category | withoutGardenTags) %}
+ - {{ cat }}
+ {% endfor %}
+ {% endif %}
+
{% endif %}
-
+ {# Digital Garden stage badge #}
+ {% include "components/garden-badge.njk" %}
+
+ {% if updated %}
+
+ Tended:
+
{% endif %}
- {# Digital Garden stage badge #}
- {% include "components/garden-badge.njk" %}