home
·
contact
·
privacy
projects
/
redo-blog
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f58e6d6
)
Add feed link to body of index template.
author
Christian Heller
<c.heller@plomlompom.de>
Mon, 2 Jan 2017 18:08:26 +0000
(19:08 +0100)
committer
Christian Heller
<c.heller@plomlompom.de>
Mon, 2 Jan 2017 18:08:26 +0000
(19:08 +0100)
processor/metadata/index.tmpl.do
patch
|
blob
|
history
diff --git
a/processor/metadata/index.tmpl.do
b/processor/metadata/index.tmpl.do
index 7d567a80e135f19bced2bcfc4534a8763f200dde..275ca2b1f4727cee3cb84acb19df1fdd15836956 100644
(file)
--- 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>