diff options
author | Dan Hawkes <dan@danhawkes.co.uk> | 2017-08-19 17:10:08 +0100 |
---|---|---|
committer | Dan Hawkes <dan@danhawkes.co.uk> | 2017-08-20 17:36:37 +0100 |
commit | 061d91ae7c7ee7d795a6866310b21fedf53e9a5a (patch) | |
tree | d104d5233068667a904be57adb050a4cce31cf5d /client/components | |
parent | 1e7e9d27155b9d438485bd04a7e414bb8767fd3f (diff) | |
download | wekan-061d91ae7c7ee7d795a6866310b21fedf53e9a5a.tar.gz wekan-061d91ae7c7ee7d795a6866310b21fedf53e9a5a.tar.bz2 wekan-061d91ae7c7ee7d795a6866310b21fedf53e9a5a.zip |
Add web manifest
Adds a basic web manifest to support progressive web-app use.
Diffstat (limited to 'client/components')
-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 |