aboutsummaryrefslogtreecommitdiff
path: root/ui/html
diff options
context:
space:
mode:
authorSamuel Johnson <[email protected]>2025-12-11 02:51:42 -0500
committerSamuel Johnson <[email protected]>2025-12-11 02:51:42 -0500
commitd4ad397b85994d4d6fdfbf75ce1bc65fdb2f9b33 (patch)
tree7dfe7586ed1b7c72432d98a467a82f785c2e557f /ui/html
parent6785f856b81b6c0de8c8828761779732b30191af (diff)
Add RSS feed constructor
Diffstat (limited to 'ui/html')
-rw-r--r--ui/html/pages/index.tmpl.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/html/pages/index.tmpl.html b/ui/html/pages/index.tmpl.html
index ee0a0e0..3f30833 100644
--- a/ui/html/pages/index.tmpl.html
+++ b/ui/html/pages/index.tmpl.html
@@ -42,6 +42,9 @@
</div>
{{end}}
<div class="flex_end bottom_elem">
+ <a href="/feed.rss" class="rss">
+ <img src="/static/get?file=images/feed.svg" alt="RSS">
+ </a>
<div class="right">
{{if ne .Offset 0}}
<a href="/?offset={{sub .Offset 10}}" class="nav_tag">Previous</a>