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>
|
||||
|
|
|
@ -16,17 +16,6 @@
|
|||
<title><xsl:value-of select="atom:feed/atom:title"/></title>
|
||||
<link href="https://coryd.dev/assets/styles/tailwind.css" rel="stylesheet" />
|
||||
<link href="https://coryd.dev/assets/styles/index.css" rel="stylesheet" />
|
||||
<link
|
||||
href="https://coryd.dev/assets/img/favicon/favicon-16x16.png"
|
||||
rel="icon"
|
||||
type="image/x-icon" />
|
||||
<link
|
||||
href="https://coryd.dev/assets/img/favicon/favicon-32x32.png"
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="32x32" />
|
||||
<link href="https://coryd.dev/assets/img/favicon/apple-touch-icon.png" rel="apple-touch-icon" />
|
||||
<link rel="me" href="https://social.lol/@cory" />
|
||||
</head>
|
||||
<body class="dark:text-white dark:bg-gray-900 font-sans text-gray-800">
|
||||
<div class="min-h-screen flex flex-col">
|
||||
|
|
Reference in a new issue