diff options
Diffstat (limited to 'includes')
-rw-r--r-- | includes/header.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/header.php b/includes/header.php index ffddd5f..cb0ef21 100644 --- a/includes/header.php +++ b/includes/header.php @@ -35,6 +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.php" title="Full feed" /> <link rel="icon" href="/graphics/candles.ico" /> </head> |