chore: myriad feed fixes
This commit is contained in:
parent
189c5b90d5
commit
7e55338697
20 changed files with 82 additions and 59 deletions
12
src/pages/feeds/rss/posts.liquid
Normal file
12
src/pages/feeds/rss/posts.liquid
Normal 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
|
||||
%}
|
Reference in a new issue