home · contact · privacy
Improve templates.
[redo-blog] / processor / feed.xml.do
index eed86ed353a327063311d59b7eb5aebe01e09910..2b246a9a2745e7f4335f78bc59a90f66642f3d00 100644 (file)
@@ -27,7 +27,7 @@ cat << EOF
 <?xml version="1.0" encoding="utf-8"?>
 <feed xmlns="http://www.w3.org/2005/Atom">
 EOF
-printf "<link href=\"%s\" />\n" "$basepath"
+printf "<link href=\"%s\" rel=\"alternate\" type=\"text/html\" />\n" "$basepath"
 printf "<link href=\"%sfeed.xml\" rel=\"self\" />\n" "$basepath"
 printf "<title type=\"html\">%s</title>\n" "$title"
 printf "<author><name>%s</name></author>\n" "$author"