mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-27 16:22:27 +00:00
Also fix iOS icon path.
This commit is contained in:
parent
a7d3721882
commit
332e4a80b2
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ html(itemscope, itemtype='http://schema.org/Product')
|
|||
|
||||
link(rel="icon", href="/favicon.ico")
|
||||
link(rel="icon", sizes="192x192", href="/touch-icon-192x192.png")
|
||||
link(rel="apple-touch-icon-precomposed", href="/favicon-152.png")
|
||||
link(rel="apple-touch-icon-precomposed", href="/apple-touch-icon-precomposed.png")
|
||||
link(rel="mask-icon", href="/mask-favicon.svg", color="#a93529")
|
||||
|
||||
link(rel='stylesheet', href=buildCssPath('/style.css'))
|
||||
|
|
Loading…
Reference in a new issue