summaryrefslogtreecommitdiff
path: root/includes/header.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/header.php')
-rw-r--r--includes/header.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/includes/header.php b/includes/header.php
index b9c59fc..ffddd5f 100644
--- a/includes/header.php
+++ b/includes/header.php
@@ -35,8 +35,7 @@ function xhtml_header($title)
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" />
<title>' . $newtitle . '</title>
<link rel="stylesheet" type="text/css" href="/includes/default.css" />
- <link rel="alternate" type="application/rss+xml" href="/rss.php" title="RSS text excerpts" />
- <link rel="alternate" type="application/rss+xml" href="/rss-full.php" title="RSS complete text" />
+ <link rel="alternate" type="application/atom+xml" href="/atom.php" title="Full feed" />
<link rel="icon" href="/graphics/candles.ico" />
</head>