Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
abjarna committed Jun 30, 2024
1 parent 8c40843 commit 4c9b563
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 7 deletions.
File renamed without changes
File renamed without changes
Binary file modified rit/_static/favicon/favicon.ico
Binary file not shown.
6 changes: 0 additions & 6 deletions rit/_static/manifest.json

This file was deleted.

19 changes: 19 additions & 0 deletions rit/_static/site.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "Ritsafn RÚBIK Reykjavíkur",
"short_name": "Ritsafn RÚBIK Reykjavíkur",
"icons": [
{
"src": "favicon/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "favicon/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#32419a",
"background_color": "#32419a",
"display": "standalone"
}
5 changes: 4 additions & 1 deletion rit/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,10 @@ def apply_styles(text, styles):
# -- sphinx_favicon configuration --------------------------------------------

favicons = [
{"rel": "icon", "href": "https://rit-dev.rubik.is/_static/favicon/icon.svg", "type": "image/svg+xml"},
{"rel": "icon", "href": "https://rit-dev.rubik.is/_static/favicon/favicon.ico", "sizes": "48x48"},
{"rel": "icon", "href": "https://rit-dev.rubik.is/_static/favicon/icon.svg", "sizes": "any"},
{"rel": "apple-touch-icon", "href": "https://rit-dev.rubik.is/_static/favicon/apple-touch-icon.png"},
{"rel": "manifest", "href": "https://rit-dev.rubik.is/_static/site.webmanifest"},
]


Expand Down

0 comments on commit 4c9b563

Please sign in to comment.