Skip to content

Commit

Permalink
Use a 64x64 favicon as minimum
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescAlted committed Dec 15, 2024
1 parent 4d72b37 commit e6e62f9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -912,8 +912,8 @@
# Used to create favicon link like this:
# <link rel="name" href="file" sizes="size"/>
FAVICONS = (
("icon", "/blosc-favicon_16x16.png", "16x16"),
("icon", "/blosc-favicon_32x32.png", "32x32"),
#("icon", "/blosc-favicon_16x16.png", "16x16"),
#("icon", "/blosc-favicon_32x32.png", "32x32"),
("icon", "/blosc-favicon_64x64.png", "64x64"),
("icon", "/blosc-favicon_128x128.png", "128x128"),
)
Expand Down
Binary file modified files/blosc-favicon_128x128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified files/blosc-favicon_64x64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e6e62f9

Please sign in to comment.