potcasse: W3C recommends setting an atom:link entry.

This commit is contained in:
Solene Rapenne 2021-07-20 23:45:51 +02:00
parent 2b5f54e09c
commit 81a5f1b4a6
1 changed files with 2 additions and 1 deletions

View File

@ -71,10 +71,11 @@ gen() {
cat <<EOF >> $TMPRSS
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>${TITLE}</title>
<description>${DESCRIPTION}</description>
<atom:link href="${SITE}${RSSLINK}" rel="self" type="application/rss+xml" />
<link>${SITE}</link>
<image>
<url>${SITE}/logo.png</url>