mirror of
https://github.com/Radiquum/photos.git
synced 2025-04-05 07:44:31 +00:00
fix/generator: rss Items should be inside of a channel tag
This commit is contained in:
parent
49828fa7c3
commit
922610babb
1 changed files with 1 additions and 1 deletions
|
@ -25,8 +25,8 @@ function RSS({ children, lastPostDate }: any) {
|
||||||
<atom:link href="https://radiquum.wah.su/photos/feed.xml" rel="self" type="application/rss+xml" />
|
<atom:link href="https://radiquum.wah.su/photos/feed.xml" rel="self" type="application/rss+xml" />
|
||||||
<lastBuildDate>{new Date().toUTCString()}</lastBuildDate>
|
<lastBuildDate>{new Date().toUTCString()}</lastBuildDate>
|
||||||
<pubDate>{new Date(lastPostDate).toUTCString()}</pubDate>
|
<pubDate>{new Date(lastPostDate).toUTCString()}</pubDate>
|
||||||
|
{children}
|
||||||
</channel>
|
</channel>
|
||||||
{children}
|
|
||||||
</rss>
|
</rss>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue