diff options
author | Nick White <git@njw.me.uk> | 2009-09-17 23:18:03 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2009-09-17 23:18:03 +0100 |
commit | 13e12813fd5d157081e1d87198f29c589e8a96fe (patch) | |
tree | 89442d332b025dfc4ea642355f9d423906c0c9c9 /includes/header.php | |
parent | 22c52b1b71cd4fbeb8bf51df1afe1c7cecaa3da4 (diff) | |
download | njw-website-source-13e12813fd5d157081e1d87198f29c589e8a96fe.tar.bz2 njw-website-source-13e12813fd5d157081e1d87198f29c589e8a96fe.zip |
Switched to providing atom feeds
Diffstat (limited to 'includes/header.php')
-rw-r--r-- | includes/header.php | 3 |
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> |