Compare commits

...

2 commits

Author SHA1 Message Date
Laura Hausmann 64fc0a8955
Add favicon to jsonfeed 2022-11-26 18:21:18 +01:00
Laura Hausmann bf447c84c2
Update favicon 2022-11-26 18:21:09 +01:00
2 changed files with 1 additions and 2 deletions

View file

@ -28,8 +28,7 @@ public class JsonFeed : Controller {
[J("description")] public string Description => "Blog of a disabled neurodivergent queer person unhappy with the state of the world";
[J("home_page_url")] public string HomeUrl => "https://zotan.pw/blog";
[J("feed_url")] public string FeedUrl => "https://zotan.pw/blog/feed.json";
// TODO: favicon/icon
[J("favicon")] public string Favicon => "https://zotan.pw/favicon.ico";
[J("items")] public List<JsonFeedItem> Items { get; init; } = new();
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 5.6 KiB