Compare commits

..

2 Commits

Author SHA1 Message Date
emilyd
11e8b88cfe Merge branch 'atomlink' to fix #2 2022-11-25 17:24:15 +02:00
emilyd
395413038e add <atom:link> to rss feed 2022-11-25 17:19:26 +02:00

View File

@ -4,8 +4,9 @@ include('templates/config.php');
?>
<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet href="rss.xsl" type="text/xsl" media="screen"?>
<rss version="2.0">
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<atom:link href="<?php echo $root; ?>/rss.php" rel="self" type="application/rss+xml" />
<title><?php echo $short_blog_title; ?></title>
<link><?php echo $root; ?>/rss.php</link>
<description><?php $blog_title; ?></description>