home · contact · privacy
Add feed link to body of index template.
[redo-blog] / processor / metadata / index.tmpl.do
index c2a9c21ec3a1847f898c5c28f0b519b5eef78b75..275ca2b1f4727cee3cb84acb19df1fdd15836956 100644 (file)
@@ -5,10 +5,12 @@ cat << EOF
 <!DOCTYPE html>
 <html>
 <head>
+<link rel="alternate" type="application/rss+xml" title="atom feed" href="feed.xml" />
 <title>%TITLE%</title>
 </head>
 <body>
 <h1>%TITLE%</h1>
+<p><a href="feed.xml">feed</a></p>
 <ul>
 %LIST%
 </ul>