From a54417011b4a49810333c990da2b123d3be20c26 Mon Sep 17 00:00:00 2001
From: Christian Heller <c.heller@plomlompom.de>
Date: Mon, 2 Jan 2017 19:08:26 +0100
Subject: [PATCH] Add feed link to body of index template.

---
 processor/metadata/index.tmpl.do | 1 +
 1 file changed, 1 insertion(+)

diff --git a/processor/metadata/index.tmpl.do b/processor/metadata/index.tmpl.do
index 7d567a8..275ca2b 100644
--- a/processor/metadata/index.tmpl.do
+++ b/processor/metadata/index.tmpl.do
@@ -10,6 +10,7 @@ cat << EOF
 </head>
 <body>
 <h1>%TITLE%</h1>
+<p><a href="feed.xml">feed</a></p>
 <ul>
 %LIST%
 </ul>
-- 
2.30.2