fix: missing rss items
This commit is contained in:
parent
214201e76e
commit
64f42b8973
3 changed files with 5 additions and 4 deletions
|
@ -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"
|
||||
|
|
Reference in a new issue