Skip to content

Commit e6e62f9

Browse files
committed
Use a 64x64 favicon as minimum
1 parent 4d72b37 commit e6e62f9

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -912,8 +912,8 @@
912912
# Used to create favicon link like this:
913913
# <link rel="name" href="file" sizes="size"/>
914914
FAVICONS = (
915-
("icon", "/blosc-favicon_16x16.png", "16x16"),
916-
("icon", "/blosc-favicon_32x32.png", "32x32"),
915+
#("icon", "/blosc-favicon_16x16.png", "16x16"),
916+
#("icon", "/blosc-favicon_32x32.png", "32x32"),
917917
("icon", "/blosc-favicon_64x64.png", "64x64"),
918918
("icon", "/blosc-favicon_128x128.png", "128x128"),
919919
)

files/blosc-favicon_128x128.png

-562 Bytes
Loading

files/blosc-favicon_64x64.png

-145 Bytes
Loading

0 commit comments

Comments
 (0)