diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-09-06 21:03:39 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-09-06 21:03:39 +0000 |
commit | 7ba4a844a8b98395774298296c309c613a68d3dd (patch) | |
tree | 9a7030047751ca571e6a12f421381b03491915bf /doc | |
parent | bd1eb38ed8f0e0621000dc9d597967b9ad82d995 (diff) | |
download | ikiwiki-7ba4a844a8b98395774298296c309c613a68d3dd.tar ikiwiki-7ba4a844a8b98395774298296c309c613a68d3dd.tar.gz |
* Include <link rel> tag for RSS feeds, used by some aggregators and
firefox to find the feed.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/RSS_links.mdwn | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/todo/RSS_links.mdwn b/doc/todo/RSS_links.mdwn index 9ee62ee4e..bfbd495e0 100644 --- a/doc/todo/RSS_links.mdwn +++ b/doc/todo/RSS_links.mdwn @@ -10,6 +10,8 @@ all of them. For example, firefox requires the following: - <link rel="alternate" type="application/rss+xml" title="RSS href="index.rss" /> + <link rel="alternate" type="application/rss+xml" title="RSS" href="index.rss" /> + +[[todo/done]] --[[Joey]] |