This commit is contained in:
Paul Schneider 2025-07-09 11:17:16 +01:00
commit 409528b8d4
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";