feat: show profile RSS in footer when viewing another user's profile

This commit is contained in:
2026-05-10 00:46:51 +02:00
parent 66f9ef887e
commit be30a1d77c
3 changed files with 12 additions and 1 deletions

View File

@@ -19,6 +19,7 @@ pub struct HtmlPageContext {
pub page_title: String,
pub canonical_url: String,
pub csrf_token: String,
pub page_rss_url: Option<String>,
}
impl HtmlPageContext {