about summary refs log tree commit homepage
path: root/lib/PublicInbox/Feed.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/PublicInbox/Feed.pm')
-rw-r--r--lib/PublicInbox/Feed.pm3
1 files changed, 2 insertions, 1 deletions
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(<?xml version="1.0" encoding="us-ascii"?>\n) .
         qq{<feed\nxmlns="http://www.w3.org/2005/Atom">} .
         qq{$title} .
-        qq(<link\nhref="$feed_opts->{url}"/>) .
+        qq(<link\nrel="alternate"\ntype="text/html") .
+                qq(\nhref="$feed_opts->{url}"/>) .
         qq(<link\nrel="self"\nhref="$feed_opts->{atomurl}"/>) .
         qq(<id>mailto:$feed_opts->{id_addr}</id>);
 }