feat: draw the rest of the owl

This commit is contained in:
Iain Learmonth 2026-03-26 10:58:03 +00:00
parent e21b725192
commit 2ba848467f
28 changed files with 1538 additions and 448 deletions

View file

@ -11,8 +11,13 @@ class SnapshotContext(BaseModel):
article_published: str
article_title: str
article_url: str
article_mirror_url: str | None = None
matomo_host: str
matomo_site_id: int
page_direction: str | None = None
page_language: str | None = None
site_favicon: str | None = None
site_logo: str = None
site_title: str
site_mirror_url: str | None = None
site_url: str