diff --git a/src/meta/tags.njk b/src/meta/tags.njk index 495c101..5fb6e90 100644 --- a/src/meta/tags.njk +++ b/src/meta/tags.njk @@ -11,8 +11,9 @@ title: all tags
{% for i in range(0, 4) %} - {% if collections[tag][i].data.image %} - {{ collections[tag][i].data.image.alt }} + {% set tagRecent = collections[tag] | reverse %} + {% if tagRecent[i].data.image %} + {{ tagRecent[i].data.image.alt }} {% else %}
{% endif %}