mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-20 21:06:08 +00:00
Merge pull request #996 from sharelatex/jel-meta-img
Update default meta images
This commit is contained in:
commit
6b8eb0ac23
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…
Add table
Reference in a new issue