Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
abjarna committed Jul 1, 2024
1 parent d909b87 commit f078817
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rit/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +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": "shortcut icon", "href": "https://rit.rubik.is/_static/favicon/android-icon-192x192.png", "sizes": "192x192"},
{"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 f078817

Please sign in to comment.