mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-27 10:41:31 +00:00
Ensure brand prefixed favicon is used
This commit is contained in:
parent
035109177a
commit
b6c794f627
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ doctype html
|
|||
html.full-height(itemscope, itemtype='http://schema.org/Product')
|
||||
head
|
||||
title Something went wrong
|
||||
link(rel="icon", href="/favicon.ico")
|
||||
link(rel="icon", href="/" + settings.brandPrefix + "favicon.ico")
|
||||
if buildCssPath
|
||||
link(rel="stylesheet", href=buildCssPath("/" + settings.brandPrefix + "style.css"))
|
||||
link(href="//netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css",rel="stylesheet")
|
||||
|
|
Loading…
Reference in a new issue