Simplify or remove icons #33
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fontawesome icons are used for external links to GitHub, Itch etc. They are loaded via an additional call to an outside CDN. This means the site does not load fully without this external dependency, which is annoying when developing the site without an internet connection, and slightly reduces the site's potential performance due to additional network calls.
Either store the icons in the site hierarchy itself or remove them entirely to remove this external dependency.