feat: per-page titles, OG/SEO tags, HOST/PORT env vars, BASE_URL in config

This commit is contained in:
2026-05-04 22:38:58 +02:00
parent 38a3aa6bbf
commit b30a6a102b
8 changed files with 42 additions and 11 deletions

View File

@@ -7,6 +7,8 @@ pub struct HtmlPageContext {
pub user_id: Option<Uuid>,
pub register_enabled: bool,
pub rss_url: String,
pub page_title: String,
pub canonical_url: String,
}
impl HtmlPageContext {