Removed atom:link
The validator passes.
The mistake was in fact not missing atom:link,
but the link on image and the content-type added in
72aad6c8f8
This commit is contained in:
parent
a0a342114e
commit
e90e4a1f08
|
|
@ -36,11 +36,6 @@ async function buildFeed(seriesId: string) {
|
||||||
"rss",
|
"rss",
|
||||||
[
|
[
|
||||||
tag("channel", [
|
tag("channel", [
|
||||||
tag("atom:link", "", [
|
|
||||||
["href", `https://nrss.deno.dev/api/feeds/${seriesId}`],
|
|
||||||
["rel", "self"],
|
|
||||||
["type", "application/rss+xml"]
|
|
||||||
]),
|
|
||||||
tag("title", serie.titles.title),
|
tag("title", serie.titles.title),
|
||||||
tag("link", linkValue),
|
tag("link", linkValue),
|
||||||
tag("itunes:author", "NRK"),
|
tag("itunes:author", "NRK"),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue