Add RSS link to shared bookmarks page (#984)

This commit is contained in:
Sascha Ißbrücker
2025-02-08 10:51:17 +01:00
committed by GitHub
parent c5a300a435
commit 77d7e6e66a
5 changed files with 26 additions and 0 deletions

View File

@@ -104,6 +104,7 @@ def shared(request):
"tag_cloud": tag_cloud,
"details": bookmark_details,
"users": users,
"rss_feed_url": reverse("bookmarks:feeds.public_shared"),
},
)