mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Update default meta images
Favicons are not picked up by social sites.
This commit is contained in:
parent
752658f773
commit
bbe847c16d
2 changed files with 3 additions and 1 deletions
|
@ -26,8 +26,10 @@
|
|||
//- Image
|
||||
-if (metadata && metadata.image)
|
||||
meta(itemprop="image", name="image", content=metadata.image.fields.file.url)
|
||||
-else if (settings.overleaf)
|
||||
meta(itemprop="image", name="image", content=buildImgPath('ol-brand/overleaf_og_logo.png'))
|
||||
-else
|
||||
meta(itemprop="image", name="image", content="/" + settings.brandPrefix + "favicon.ico")
|
||||
meta(itemprop="image", name="image", content='/touch-icon-192x192.png')
|
||||
|
||||
//- Keywords
|
||||
-if (metadata && metadata.keywords)
|
||||
|
|
BIN
services/web/public/img/ol-brand/overleaf_og_logo.png
Normal file
BIN
services/web/public/img/ol-brand/overleaf_og_logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6 KiB |
Loading…
Reference in a new issue