From a599fed57ab19616feb803b109fc0a0802f1304c Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 8 Feb 2016 07:37:43 +0000 Subject: feed: declare alternate link to HTML interface It seems we need to declare "alternate" and "text/html" at least for feed readers. --- lib/PublicInbox/Feed.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/PublicInbox/Feed.pm') diff --git a/lib/PublicInbox/Feed.pm b/lib/PublicInbox/Feed.pm index 65514eb6..bbc89f2f 100644 --- a/lib/PublicInbox/Feed.pm +++ b/lib/PublicInbox/Feed.pm @@ -55,7 +55,8 @@ sub atom_header { qq(\n) . qq{} . qq{$title} . - qq({url}"/>) . + qq() . qq({atomurl}"/>) . qq(mailto:$feed_opts->{id_addr}); } -- cgit v1.2.3-24-ge0c7