8000 update for new version of favicon · RedCarp0/spatialmath-python@1669db8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1669db8

Browse files
committed
update for new version of favicon
1 parent 6dcaa0d commit 1669db8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/source/conf.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -182,31 +182,31 @@
182182
{
183183
"rel": "icon",
184184
"sizes": "16x16",
185-
"static-file": "favicon-16x16.png",
185+
"href": "favicon-16x16.png",
186186
"type": "image/png",
187187
},
188188
{
189189
"rel": "icon",
190190
"sizes": "32x32",
191-
"static-file": "favicon-32x32.png",
191+
"href": "favicon-32x32.png",
192192
"type": "image/png",
193193
},
194194
{
195195
"rel": "apple-touch-icon",
196196
"sizes": "180x180",
197-
"static-file": "apple-touch-icon.png",
197+
"href": "apple-touch-icon.png",
198198
"type": "image/png",
199199
},
200200
{
201201
"rel": "android-chrome",
202202
"sizes": "192x192",
203-
"static-file": "android-chrome-192x192.png ",
203+
"href": "android-chrome-192x192.png",
204204
"type": "image/png",
205205
},
206206
{
207207
"rel": "android-chrome",
208208
"sizes": "512x512",
209-
"static-file": "android-chrome-512x512.png ",
209+
"href": "android-chrome-512x512.png",
210210
"type": "image/png",
211211
},
212212
]

0 commit comments

Comments
 (0)
0