feat(glance): add alex haydock blog to rss feed

This commit is contained in:
Mohammad Rafiq 2025-04-23 18:34:25 +08:00
parent 6957a40753
commit a0ec4ae99f
No known key found for this signature in database

View file

@ -49,6 +49,10 @@ let
title = "Xe Iaso"; title = "Xe Iaso";
url = "https://xeiaso.net/blog.rss"; url = "https://xeiaso.net/blog.rss";
} }
{
title = "Alex Haydock";
url = "https://blog.infected.systems/posts/index.xml";
}
]; ];
} }
]; ];