Display tags from from most recent

This commit is contained in:
eggy 2021-05-23 22:09:30 -04:00
parent 361b5a1de9
commit a83303bedb

View File

@ -9,7 +9,7 @@ eleventyComputed:
title: "{{ tag }}" title: "{{ tag }}"
--- ---
{% for post in collections[tag] %} {% for post in collections[tag] reversed %}
<div class="py-4 sm:py-4"> <div class="py-4 sm:py-4">
<p> <p>
<span class="text-2xl sm:text-2xl font-bold hover:underline"><a href="{{ post.url }}">{{ post.data.title }}</a></span> <span class="text-2xl sm:text-2xl font-bold hover:underline"><a href="{{ post.url }}">{{ post.data.title }}</a></span>