diff options
author | Lauri Ojansivu <x@xet7.org> | 2017-10-31 06:54:47 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2017-10-31 06:54:47 +0200 |
commit | 1a232c7bbb93ef678df2ce6902ebb4489bc8cc0b (patch) | |
tree | f2e1fc708c31613136785bb1cad78859a6f48a42 /client | |
parent | d3d73e9cdd901d3294aaf6aceed1046c0aa155bc (diff) | |
download | wekan-1a232c7bbb93ef678df2ce6902ebb4489bc8cc0b.tar.gz wekan-1a232c7bbb93ef678df2ce6902ebb4489bc8cc0b.tar.bz2 wekan-1a232c7bbb93ef678df2ce6902ebb4489bc8cc0b.zip |
Add iPhone favicon for Wekan. Thanks to guillaumebriday ! Closes #1317
Diffstat (limited to 'client')
-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 a51a35e0..4d76aabb 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="apple-touch-icon" href="/wekan-favicon.png") link(rel="manifest" href="/wekan-manifest.json") template(name="userFormsLayout") |