fix: feed order

This commit is contained in:
Cory Dransfeldt 2024-04-29 10:29:47 -07:00
parent d80f79161f
commit c9a9f65492
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.7",
"version": "13.2.8",
"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 | reverse -%}
{%- assign posts = collections.posts -%}
{% render "partials/feeds/rss.liquid"
permalink:"/feeds/posts"
title:"Cory Dransfeldt"