Skip to content

Commit

Permalink
Corrected typo in favicons dictionary
Browse files Browse the repository at this point in the history
  • Loading branch information
NanneD committed Aug 27, 2024
1 parent 0fca4a3 commit d2c17ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,6 @@
]

favicons = [
{"rel": "icon", "href": "ELASPY_favicon.png", type: "image/png"},
{"rel": "icon", "href": "ELASPY_favicon.png", "type": "image/png"},
{"rel": "apple-touch-icon", "href": "ELASPY_favicon.png"}
]

0 comments on commit d2c17ea

Please sign in to comment.