summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-03-06 17:32:20 +0200
committerLauri Ojansivu <x@xet7.org>2019-03-06 17:32:20 +0200
commit42a2767211852c1a3a98468aaad22a6ebecd246e (patch)
treec6e29b3e6b397419404f6fa1649b4f833279a0c0 /client
parente410205886b96e5bbc97331f69a098bd4a55cc3b (diff)
parentc4754d9f85e5daec39ae162de3a666f0fe249bb2 (diff)
downloadwekan-42a2767211852c1a3a98468aaad22a6ebecd246e.tar.gz
wekan-42a2767211852c1a3a98468aaad22a6ebecd246e.tar.bz2
wekan-42a2767211852c1a3a98468aaad22a6ebecd246e.zip
Merge branch 'edge' into meteor-1.8
Diffstat (limited to 'client')
-rw-r--r--client/components/main/layouts.jade8
1 files changed, 4 insertions, 4 deletions
diff --git a/client/components/main/layouts.jade b/client/components/main/layouts.jade
index 50585aa4..c0b66e94 100644
--- a/client/components/main/layouts.jade
+++ b/client/components/main/layouts.jade
@@ -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="/public/wekan-favicon.png")
- link(rel="apple-touch-icon" href="/public/wekan-favicon.png")
- link(rel="mask-icon" href="/public/wekan-150.svg")
- link(rel="manifest" href="/public/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