chore: minor feed updates
This commit is contained in:
parent
98e61df821
commit
a2384b5694
2 changed files with 8 additions and 1 deletions
src
|
@ -12,6 +12,13 @@
|
|||
<name>{{ site.name }}</name>
|
||||
<email>{{ site.email }}</email>
|
||||
</author>
|
||||
<image>
|
||||
<url>https://coryd.dev/assets/icons/apple-touch-icon.png</url>
|
||||
<title>Cory Dransfeldt</title>
|
||||
<link>https://coryd.dev</link>
|
||||
<width>512</width>
|
||||
<height>512</height>
|
||||
</image>
|
||||
<generator uri="https://11ty.dev" version="{{ eleventy.version }}">{{ eleventy.generator }}</generator>
|
||||
{% for entry in entries limit: 20 -%}
|
||||
<entry>
|
||||
|
|
|
@ -5,7 +5,7 @@ permalink: /feeds/posts
|
|||
{%- assign posts = collections.posts | reverse -%}
|
||||
{% render "partials/feeds/content.liquid"
|
||||
permalink:'/feeds/posts'
|
||||
title:'All posts • Cory Dransfeldt'
|
||||
title:'Cory Dransfeldt'
|
||||
data:posts
|
||||
updated:posts[0].date
|
||||
site:site
|
||||
|
|
Reference in a new issue