Display tags from from most recent
This commit is contained in:
parent
361b5a1de9
commit
a83303bedb
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user