4b2192f2fa
`featuredImg` and `bgImg` are preserved in case you want to use a different background image from metadata images
633 B
633 B
title | date | draft | images | tags | |||
---|---|---|---|---|---|---|---|
Post With Featured Image | 2018-10-01T16:15:09+08:00 | false |
|
|
Just define the image URL in the content’s front matter, the featured image will be displayed as the background.
For example:
---
images:
- https://picsum.photos/1024/768/?random
---
This is an array, you can set multiple urls, only the first url will be used. These images is also used in Twitter Cards and the Open Graph metadata.