templates/page: update favicon and icon
Some checks failed
/ render (push) Failing after 33s

This commit is contained in:
ayakael 2025-02-19 00:48:56 -05:00
parent 246fe9901f
commit 0dfd6391cb
No known key found for this signature in database
GPG key ID: 70904985A46AF9AF
9 changed files with 27 additions and 24 deletions

View file

@ -13,12 +13,12 @@
<!-- for the record: it is absolutely ridiculous that new browsers
*and* operating systems each want their own little precious
snowflake just for a frigging icon -->
<link rel="apple-touch-icon" sizes="180x180" href="<TMPL_VAR BASEURL>apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="<TMPL_VAR BASEURL>favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="<TMPL_VAR BASEURL>favicon-16x16.png">
<link rel="manifest" href="<TMPL_VAR BASEURL>site.webmanifest">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<link rel="icon" type="image/png" href="<TMPL_VAR BASEURL>favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="<TMPL_VAR BASEURL>favicon.svg" />
<link rel="shortcut icon" href="<TMPL_VAR BASEURL>favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="<TMPL_VAR BASEURL>apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="Délégation étudiante" />
<link rel="manifest" href="<TMPL_VAR BASEURL>site.webmanifest" />
<!-- ikiwiki CSS -->
<link href="<TMPL_VAR BASEURL>css/style.css" rel="stylesheet" />