Skip to content

Commit

Permalink
test-no apple-touch-icon
Browse files Browse the repository at this point in the history
  • Loading branch information
abjarna committed Jul 1, 2024
1 parent 6294542 commit 21d6db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rit/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ def apply_styles(text, styles):
favicons = [ # Sbr. https://dev.to/masakudamatsu/favicon-nightmare-how-to-maintain-sanity-3al7
{"rel": "icon", "href": "https://rit.rubik.is/_static/favicon/favicon.ico", "sizes": "48x48"}, # Fyrir Safari og gamla IE vafra
{"rel": "icon", "href": "https://rit.rubik.is/_static/favicon/icon.svg", "sizes": "any"}, # Fyrir flesta aðra vafra
{"rel": "apple-touch-icon", "href": "https://rit.rubik.is/_static/favicon/apple-touch-icon.png"}, # Fyrir "Add to Home Screen" í Apple tækjum
# {"rel": "apple-touch-icon", "href": "https://rit.rubik.is/_static/favicon/apple-touch-icon.png"}, # Fyrir "Add to Home Screen" í Apple tækjum
{"rel": "manifest", "href": "https://rit.rubik.is/_static/site.webmanifest"}, # JSON skrá fyrir "Home Screen icon" á Android tækjum og með stillingum fyrir Progressive Web App (PWA)
]

Expand Down

0 comments on commit 21d6db5

Please sign in to comment.