fix: feed format

This commit is contained in:
Cory Dransfeldt 2023-09-19 11:37:21 -07:00
parent 55d74b6345
commit 9be7cf61fc
No known key found for this signature in database
2 changed files with 2 additions and 13 deletions

View file

@ -4,7 +4,7 @@
{% assign entries = data | normalizeEntries %}
<title>{{ title }}</title>
<link href="{{ permalink | absoluteUrl: site.url }}" rel="self" />
<link href="{{ site.url }}" />
<link href="{{ site.url }}/" />
<link rel="hub" href="https://pubsubhubbub.superfeedr.com/" />
<updated>{{ updated | stringToDate | dateToRfc822 }}</updated>
<id>{{ site.url }}/</id>
@ -15,7 +15,7 @@
<image>
<url>https://coryd.dev/assets/icons/apple-touch-icon.png</url>
<title>Cory Dransfeldt</title>
<link>https://coryd.dev</link>
<link>https://coryd.dev/</link>
<width>512</width>
<height>512</height>
</image>