summaryrefslogtreecommitdiff
path: root/includes/header.php
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2009-09-18 07:55:28 +0100
committerNick White <git@njw.me.uk>2009-09-18 07:55:28 +0100
commit1569a1aea7cd69d89754cc2e451017600ecd253f (patch)
tree0d65799c18e2600bb32fbc2b30b72c064e9e708a /includes/header.php
parentc875505066c5d2fe45cdefe97e47a64413dc2afc (diff)
downloadnjw-website-source-1569a1aea7cd69d89754cc2e451017600ecd253f.tar.bz2
njw-website-source-1569a1aea7cd69d89754cc2e451017600ecd253f.zip
Use RSS feed for excerpts only
Diffstat (limited to 'includes/header.php')
-rw-r--r--includes/header.php1
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>