summaryrefslogtreecommitdiff
path: root/layouts/project-release/list.html
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2023-03-14 17:30:14 +0100
committerPatrick Spek <p.spek@tyil.nl>2023-03-14 17:30:14 +0100
commit8c1aa52a84cfc2f1cfe19462b5048a7355c5728d (patch)
tree745432933bca384c4f9a6f888b4fd36898cc36bf /layouts/project-release/list.html
parent0b6247b8f70add13989ff036a718f5dcf1d63b7d (diff)
Add RSS feed for project releases
Diffstat (limited to 'layouts/project-release/list.html')
-rw-r--r--layouts/project-release/list.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/layouts/project-release/list.html b/layouts/project-release/list.html
index d288169..b52dd0e 100644
--- a/layouts/project-release/list.html
+++ b/layouts/project-release/list.html
@@ -9,4 +9,6 @@
</li>
{{- end }}
</ul>
+<p>Follow the <a href="{{ .Permalink }}index.xml">RSS feed</a> to stay up to date with
+the latest {{ .Parent.Title }} releases.</p>
{{- end }}