Skip to content

Commit 1762172

Browse files
committed
add 144x144 favicon
1 parent 9cd6d99 commit 1762172

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/_static/favicon-144.png

11.3 KB
Loading

docs/conf.py

+7-1
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,13 @@
215215
"rel": "icon",
216216
"href": "favicon.svg",
217217
"type": "image/svg+xml"
218-
},
218+
},
219+
{
220+
"rel": "icon",
221+
"sizes": "144x144",
222+
"href": "favicon-144.png",
223+
"type": "image/png"
224+
},
219225
{
220226
"rel": "mask-icon",
221227
"href": "favicon_mask-icon.svg",

0 commit comments

Comments
 (0)