This commit is contained in:
wvr
2023-05-14 16:02:52 -05:00
commit b79f3a518d
256 changed files with 9156 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
---
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"]
```