@page @using Humanizer @using OliverBooth.Data.Mastodon @using OliverBooth.Services @model Index @inject IMastodonService MastodonService @{ ViewData["Title"] = "Blog"; MastodonStatus latestStatus = MastodonService.GetLatestStatus(); bool doAprilFools = DateOnly.FromDateTime(DateTime.UtcNow) == new DateOnly(2024, 04, 01) || Environment.GetEnvironmentVariable("DO_AF") == "1"; } @if (doAprilFools) {
Coming soon WATCH THIS SPACE