fix: feed format
This commit is contained in:
parent
55d74b6345
commit
9be7cf61fc
2 changed files with 2 additions and 13 deletions
|
@ -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>
|
||||
|
|
Reference in a new issue