chore: myriad feed fixes

This commit is contained in:
Cory Dransfeldt 2024-08-10 16:15:22 -07:00
parent 189c5b90d5
commit 7e55338697
No known key found for this signature in database
20 changed files with 82 additions and 59 deletions

View file

@ -0,0 +1,12 @@
---
layout: null
eleventyExcludeFromCollections: true
permalink: "/feeds/posts"
---
{% render "partials/feeds/rss.liquid"
permalink:"/feeds/posts"
title:"Posts / Cory Dransfeldt"
globals:globals
data:posts
updated:posts[0].date
%}