-
New project: IndieWeb Avatar An open source/open web service to fetch the icon/favicon/avatar from any URL. Read more: zachleat.com/web/indieweb-avatar/
-
Takeaways building this: 1. some of y’all are still using
<link rel="shortcut icon">
and need to remove theshortcut
, developer.mozilla.org/en-US/docs/Web/HTML/Link_types#icon 2. I have no idea why Apple felt like it neededapple-touch-icon
when it could have usedicon
with a minimum size constraint.