Revert "fix: feed order"

This reverts commit c9a9f65492.
This commit is contained in:
Cory Dransfeldt 2024-04-29 10:31:29 -07:00
parent 7bb5411433
commit 385a4eb6fb
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"name": "coryd.dev",
"version": "13.2.8",
"version": "13.2.7",
"description": "The source for my personal site. Built using 11ty.",
"type": "module",
"scripts": {

View file

@ -3,7 +3,7 @@ layout: null
eleventyExcludeFromCollections: true
permalink: /feeds/posts
---
{%- assign posts = collections.posts -%}
{%- assign posts = collections.posts | reverse -%}
{% render "partials/feeds/rss.liquid"
permalink:"/feeds/posts"
title:"Cory Dransfeldt"