Blog post create

This commit is contained in:
Paul Schneider 2025-07-09 13:16:01 +01:00
commit c51f11c7dc
9 changed files with 31 additions and 15 deletions

View file

@ -8,6 +8,7 @@ namespace Yavsc
public string Title { get; set; } = "Yavsc";
public string Slogan { get; set; } = "";
public string Banner { get; set; } = "";
public string StyleSheet { get; set; } = "site.css";
public string FavIcon { get; set; } = "favicon.ico";