mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Fetch favicon and related assets from root.
This commit is contained in:
parent
477278eea5
commit
a7d3721882
1 changed files with 4 additions and 4 deletions
|
@ -18,10 +18,10 @@ html(itemscope, itemtype='http://schema.org/Product')
|
|||
-else
|
||||
title= translate(title) + ' - ShareLaTeX, ' + translate("online_latex_editor")
|
||||
|
||||
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="mask-icon", href="mask-favicon.svg", color="#a93529")
|
||||
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="mask-icon", href="/mask-favicon.svg", color="#a93529")
|
||||
|
||||
link(rel='stylesheet', href=buildCssPath('/style.css'))
|
||||
|
||||
|
|
Loading…
Reference in a new issue