- Add Favicon for pinned tab on Safari browser.

Thanks to woodyart and xet7 !

Closes #1795
This commit is contained in:
Lauri Ojansivu 2018-08-22 10:01:19 +03:00
parent 18de911a7f
commit d67c435132

View file

@ -9,6 +9,7 @@ head
packages.
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")