diff options
author | Lauri Ojansivu <x@xet7.org> | 2017-08-24 00:57:53 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2017-08-24 00:57:53 +0300 |
commit | 1b40c42cab9b6dd8b5248af92c7519b5b14cc525 (patch) | |
tree | 013d40d9fd1abc686604905e01874c19105130b5 /client/components/main | |
parent | 1cc104e07ea8ff9fc53f283669622e80e909f366 (diff) | |
parent | 2740f8c31e0b523d92f12f5bf84bfc9873678d74 (diff) | |
download | wekan-1b40c42cab9b6dd8b5248af92c7519b5b14cc525.tar.gz wekan-1b40c42cab9b6dd8b5248af92c7519b5b14cc525.tar.bz2 wekan-1b40c42cab9b6dd8b5248af92c7519b5b14cc525.zip |
Merge branch 'danhawkes-devel' into devel
Add web manifest so Wekan can be used as Standalone App
on Desktop with Chrome or Firefox. Thanks to danhawkes ! Closes #1154
Diffstat (limited to 'client/components/main')
-rw-r--r-- | client/components/main/layouts.jade | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/components/main/layouts.jade b/client/components/main/layouts.jade index 12fac0a8..a51a35e0 100644 --- a/client/components/main/layouts.jade +++ b/client/components/main/layouts.jade @@ -8,6 +8,7 @@ head difficult to do that cleanly with Blaze -- at least without adding extra packages. link(rel="shortcut icon" href="/wekan-favicon.png") + link(rel="manifest" href="/wekan-manifest.json") template(name="userFormsLayout") section.auth-layout |