Files
coder/site/html_templates
G r e y 80577d0186 fix(site): rm duplicate mask-icon; refactor(site): reorder <head> (#425)
* fix(site): remove duplicate mask-icon

/favicon.svg should 404, but it's also a duplicate of the mask-icon
that has crossorigin="use-credentials"

refactor(site): link attribute ordering

I believe the former duplication of rel="mask-icon" was because the
crossorigin and rel attributes made it less readable.

* refactor(site): reorder link and meta tags
2022-03-13 20:24:50 -04:00
..