Normalize attributes order in generated HTML
Closed this issue · 1 comments
phbernard commented
The sizes
attribute is not always at the same place in the generated HTML:
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16">
which is okay, but not appealing. The order should be fixed.
phbernard commented
Deployed a minute ago.