home · contact · privacy
Improve templates.
[redo-blog] / processor / metadata / default.feed_snippet.do
index 8dca59b68f3bc67bc816dc5ad858b020af87e9a9..872eacfe7a3120ccea73c7aacabacdbc23d45b88 100644 (file)
@@ -22,6 +22,6 @@ printf "<title type=\"html\">%s</title>\n" "$title"
 printf "<id>urn:uuid:%s</id>\n" "$uuid"
 printf "<updated>%s</updated>\n" "$lastmod_rfc3339"
 printf "<published>%s</published>\n" "$published_rfc3339"
-printf "<link href=\"%s%s\" />\n" "$(get_basepath)" "${html_file}"
+printf "<link href=\"%s%s\" rel=\"alternate\" type=\"text/html\" />\n" "$(get_basepath)" "${html_file}"
 printf "<content type=\"html\">\n%s\n</content>\n" "$body"
 printf "</entry>\n"