diff options
Diffstat (limited to 'includes/header.php')
| -rw-r--r-- | includes/header.php | 2 | 
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>  | 
