home · contact · privacy
Add feed link to index template.
authorChristian Heller <c.heller@plomlompom.de>
Mon, 2 Jan 2017 03:37:11 +0000 (04:37 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Mon, 2 Jan 2017 03:37:11 +0000 (04:37 +0100)
processor/metadata/index.tmpl.do
test/test_files/index.html

index c2a9c21ec3a1847f898c5c28f0b519b5eef78b75..7d567a80e135f19bced2bcfc4534a8763f200dde 100644 (file)
@@ -5,6 +5,7 @@ cat << EOF
 <!DOCTYPE html>
 <html>
 <head>
+<link rel="alternate" type="application/rss+xml" title="atom feed" href="feed.xml" />
 <title>%TITLE%</title>
 </head>
 <body>
index 84fdfb34c2f341c52f48a689993428f1c3af839f..a2660a1ec770d97b921a03a0a40268b401b9b14c 100644 (file)
@@ -1,6 +1,7 @@
 <!DOCTYPE html>
 <html>
 <head>
+<link rel="alternate" type="application/rss+xml" title="atom feed" href="feed.xml" />
 <title>Yet another blog</title>
 </head>
 <body>