Update default meta images

Favicons are not picked up by social sites.
This commit is contained in:
Jessica Lawshe 2018-10-03 16:50:42 +01:00
parent 752658f773
commit bbe847c16d
2 changed files with 3 additions and 1 deletions

View file

@ -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)

Binary file not shown.

After

Width:  |  Height:  |  Size: 6 KiB