Compare commits

..

No commits in common. "64fc0a89556ae9771fb1809b605429deca1cf64e" and "274decb84a76fccc78c06747b1b27d2b645704f0" have entirely different histories.

2 changed files with 2 additions and 1 deletions

View file

@ -28,7 +28,8 @@ 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";
[J("favicon")] public string Favicon => "https://zotan.pw/favicon.ico";
// TODO: favicon/icon
[J("items")] public List<JsonFeedItem> Items { get; init; } = new();
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.6 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB