fixed theming issues
This commit is contained in:
@@ -23,6 +23,8 @@ struct AppState {
|
||||
struct SiteConfig {
|
||||
title: String,
|
||||
subtitle: String,
|
||||
welcome_title: String,
|
||||
welcome_subtitle: String,
|
||||
footer: String,
|
||||
favicon: String,
|
||||
theme: String,
|
||||
@@ -34,6 +36,8 @@ impl Default for SiteConfig {
|
||||
Self {
|
||||
title: "Narlblog".to_string(),
|
||||
subtitle: "A clean, modern blog".to_string(),
|
||||
welcome_title: "Welcome to my blog".to_string(),
|
||||
welcome_subtitle: "Thoughts on software, design, and building things with Rust and Astro.".to_string(),
|
||||
footer: "Built with Rust & Astro".to_string(),
|
||||
favicon: "/favicon.svg".to_string(),
|
||||
theme: "mocha".to_string(),
|
||||
|
||||
Reference in New Issue
Block a user