This commit is contained in:
Paul Schneider
2025-07-09 11:17:16 +01:00
parent e6f8947c08
commit 2a825da32e
4 changed files with 8 additions and 4 deletions

View File

@ -6,6 +6,7 @@ namespace Yavsc
public class SiteSettings
{
public string Title { get; set; } = "Yavsc";
public string Slogan { get; set; } = "";
public string StyleSheet { get; set; } = "site.css";