mirror of
https://github.com/wekan/wekan.git
synced 2026-01-18 15:35:29 +01:00
Merge branch 'edge' into meteor-1.8
This commit is contained in:
commit
f71f3126db
5 changed files with 16 additions and 8 deletions
|
|
@ -7,10 +7,10 @@ head
|
|||
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
|
||||
packages.
|
||||
link(rel="shortcut icon" href="wekan-favicon.png")
|
||||
link(rel="apple-touch-icon" href="wekan-favicon.png")
|
||||
link(rel="mask-icon" href="wekan-150.svg")
|
||||
link(rel="manifest" href="wekan-manifest.json")
|
||||
link(rel="shortcut icon" href="/wekan-favicon.png")
|
||||
link(rel="apple-touch-icon" href="/wekan-favicon.png")
|
||||
link(rel="mask-icon" href="/wekan-150.svg")
|
||||
link(rel="manifest" href="/wekan-manifest.json")
|
||||
|
||||
template(name="userFormsLayout")
|
||||
section.auth-layout
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue