feat: per-page titles, OG/SEO tags, HOST/PORT env vars, BASE_URL in config
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user