13 lines
373 B
Markdown
13 lines
373 B
Markdown
---
|
|
title: Open Graph image
|
|
description: Define a specific Open Graph image for a page
|
|
date: "2019-04-20T11:14:59+02:00"
|
|
publishDate: "2019-04-20T11:14:59+02:00"
|
|
---
|
|
|
|
Within any page, you can add in the FrontMatter a images array that will be used to define a specific Open Graph image.
|
|
|
|
For example, see `content/_index.md` page:
|
|
```YAML
|
|
images: ["/images/sample.jpg"]
|
|
``` |