initial
This commit is contained in:
13
persimmon/content/post/define-specific-og-image.md
Normal file
13
persimmon/content/post/define-specific-og-image.md
Normal 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"]
|
||||
```
|
||||
Reference in New Issue
Block a user