summaryrefslogtreecommitdiff
path: root/includes/header.php
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2009-09-18 08:25:29 +0100
committerNick White <git@njw.me.uk>2009-09-18 08:25:29 +0100
commit4a990db44980aee2b88c1ceecfe71e697d173556 (patch)
tree77f179586c39e50a92b3df795565b829b617756a /includes/header.php
parent1569a1aea7cd69d89754cc2e451017600ecd253f (diff)
downloadnjw-website-source-4a990db44980aee2b88c1ceecfe71e697d173556.tar.bz2
njw-website-source-4a990db44980aee2b88c1ceecfe71e697d173556.zip
Added license link and use atom for excerpt
Added optional license rdf link to feeds Use atom for excerpt feed also
Diffstat (limited to 'includes/header.php')
-rw-r--r--includes/header.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/header.php b/includes/header.php
index cb0ef21..e03a7d6 100644
--- a/includes/header.php
+++ b/includes/header.php
@@ -35,7 +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="Excerpt feed" />
+ <link rel="alternate" type="application/atom+xml" href="/atom-excerpt.php" title="Excerpt feed" />
<link rel="alternate" type="application/atom+xml" href="/atom.php" title="Full feed" />
<link rel="icon" href="/graphics/candles.ico" />
</head>