diff options
author | Nick White <git@njw.me.uk> | 2010-04-09 16:27:54 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2010-04-09 16:27:54 +0100 |
commit | a888e49311cb1a14799b9534cc183c5af2d25bc2 (patch) | |
tree | db39f87c074d98bd24be43eb1f3db5433aa57036 /includes | |
parent | 573cb4fa5b8c1bff7cb379dc7d76982b9333d10c (diff) | |
download | njw-website-a888e49311cb1a14799b9534cc183c5af2d25bc2.tar.bz2 njw-website-a888e49311cb1a14799b9534cc183c5af2d25bc2.zip |
Switch to n3 for rss format
Diffstat (limited to 'includes')
-rw-r--r-- | includes/header-index.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/header-index.xml b/includes/header-index.xml index d692a16..bdb218b 100644 --- a/includes/header-index.xml +++ b/includes/header-index.xml @@ -7,7 +7,7 @@ <title>TITLE</title> <link rel="stylesheet" type="text/css" href="/includes/style" /> <link rel="icon" href="/graphics/candles.ico" /> - <link rel="alternate" type="application/rdf+xml" href="/rss" /> + <link rel="alternate" title="rss" type="application/rdf+n3" href="/rss" /> <link rel="meta" title="foaf" type="application/rdf+n3" href="/foaf#i" /> <link rel="openid.server" href="http://certifi.ca/_serve" /> <link rel="openid.delegate" href="http://certifi.ca/njw" /> |