mirror of
https://github.com/wekan/wekan.git
synced 2025-12-17 07:50:12 +01:00
Fix manifest and icon urls, part 2.
Thanks to xet7 !
This commit is contained in:
parent
c4754d9f85
commit
f19625d835
1 changed files with 4 additions and 4 deletions
|
|
@ -7,10 +7,10 @@ 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" href="wekan-favicon.png")
|
link(rel="shortcut icon" href="/wekan-favicon.png")
|
||||||
link(rel="apple-touch-icon" href="wekan-favicon.png")
|
link(rel="apple-touch-icon" href="/wekan-favicon.png")
|
||||||
link(rel="mask-icon" href="wekan-150.svg")
|
link(rel="mask-icon" href="/wekan-150.svg")
|
||||||
link(rel="manifest" href="wekan-manifest.json")
|
link(rel="manifest" href="/wekan-manifest.json")
|
||||||
|
|
||||||
template(name="userFormsLayout")
|
template(name="userFormsLayout")
|
||||||
section.auth-layout
|
section.auth-layout
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue