Forráskód Böngészése

Add iPhone favicon for Wekan. Thanks to guillaumebriday ! Closes #1317

Lauri Ojansivu 7 éve
szülő
commit
1a232c7bbb
2 módosított fájl, 4 hozzáadás és 2 törlés
  1. 3 2
      CHANGELOG.md
  2. 1 0
      client/components/main/layouts.jade

+ 3 - 2
CHANGELOG.md

@@ -3,13 +3,14 @@
 This release adds the following new features:
 
 * [Permit editing WIP limit](https://github.com/wekan/wekan/pull/1312);
-* [Image attachment resize on smaller screens and swipebox](https://github.com/wekan/wekan/pull/1315).
+* [Image attachment resize on smaller screens and swipebox](https://github.com/wekan/wekan/pull/1315);
+* [Add iPhone favicon for Wekan](https://github.com/wekan/wekan/issues/1317).
 
 and fixes the following bugs:
 
 * [Members do not get included on board import from Wekan](https://github.com/wekan/wekan/pull/1316).
 
-Thanks to GitHub users brooksbecton, nztqa, ocdtrekkie and Tentoe for their contributions.
+Thanks to GitHub users brooksbecton, guillaumebriday, nztqa, ocdtrekkie and Tentoe for their contributions.
 
 # v0.51 2017-10-25 Wekan release
 

+ 1 - 0
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")