Skip to content

Commit

Permalink
flottur staður
Browse files Browse the repository at this point in the history
  • Loading branch information
abjarna committed Jun 30, 2024
1 parent dc86a67 commit fe0bbd0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions rit/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
extensions = [
'sphinxcontrib.tikz',
'sphinx_sitemap', # Búa til sitemap.xml skrá
'sphinx_favicon', # Setja inn favicon
'sphinx_favicon', # Setja inn favicon tengla og stillingar fyrir Progressive Web App (PWA) í <head>
'sphinx_copybutton', # Takki til að taka afrit af kóðablokkum
]

Expand Down Expand Up @@ -444,11 +444,11 @@ def apply_styles(text, styles):

# -- sphinx_favicon configuration --------------------------------------------

favicons = [
{"rel": "icon", "href": "https://rit.rubik.is/_static/favicon/favicon.ico", "sizes": "48x48"},
{"rel": "icon", "href": "https://rit.rubik.is/_static/favicon/icon.svg", "sizes": "any"},
{"rel": "apple-touch-icon", "href": "https://rit.rubik.is/_static/favicon/apple-touch-icon.png"},
{"rel": "manifest", "href": "https://rit.rubik.is/_static/site.webmanifest"},
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": "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 fe0bbd0

Please sign in to comment.