Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.
fix(web): render feed title or url as link fallbacks
Closes #14
For feeds that serve items without titles, falls back to feed title as
the text to render items into. To be extra safe, adds a second fallback
for when a feed doesn't serve a feed title either, falling back to feed
url.
I unfortunately don't currently have a way to test this locally, sorry
if it doesn't work. Feel completely free to close this.