We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38c1768 commit 1356fb1Copy full SHA for 1356fb1
src/backend/Generate.hs
@@ -91,7 +91,7 @@ favicon :: H.Html
91
favicon =
92
H.link
93
! A.rel "shortcut icon"
94
- ! A.sizes "16x16, 32x32, 48x48, 64x64, 128x128, 256x256"
+ ! A.sizes "16x16 32x32 48x48 64x64 128x128 256x256"
95
! A.href "/favicon.ico"
96
97
0 commit comments