mirror of
https://github.com/wekan/wekan.git
synced 2026-03-05 21:30:17 +01:00
Merge pull request #4969 from nebulade/favicon-fix
Always fetch favicons from / path
This commit is contained in:
commit
4d9f76cc68
1 changed files with 5 additions and 5 deletions
|
|
@ -6,12 +6,12 @@ head
|
||||||
where the application is deployed with a path prefix, but it seems to be
|
where the application is deployed with a path prefix, but it seems to be
|
||||||
difficult to do that cleanly with Blaze -- at least without adding extra
|
difficult to do that cleanly with Blaze -- at least without adding extra
|
||||||
packages.
|
packages.
|
||||||
link(rel="shortcut icon" type="image/x-icon" href="favicon.ico")
|
link(rel="shortcut icon" type="image/x-icon" href="/favicon.ico")
|
||||||
link(rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png")
|
link(rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png")
|
||||||
link(rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png")
|
link(rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png")
|
||||||
link(rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png")
|
link(rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png")
|
||||||
link(rel="manifest" crossOrigin="use-credentials" href="/site.webmanifest")
|
link(rel="manifest" crossOrigin="use-credentials" href="/site.webmanifest")
|
||||||
link(rel="mask-icon" href="safari-pinned-tab.svg" color="#5bbad5")
|
link(rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5")
|
||||||
meta(name="apple-mobile-web-app-title" content="Wekan")
|
meta(name="apple-mobile-web-app-title" content="Wekan")
|
||||||
meta(name="application-name" content="Wekan")
|
meta(name="application-name" content="Wekan")
|
||||||
meta(name="msapplication-TileColor" content="#00aba9")
|
meta(name="msapplication-TileColor" content="#00aba9")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue