Welcome to mirror list, hosted at ThFree Co, Russian Federation.

define-specific-og-image.md « post « content « exampleSite - github.com/bjacquemet/personal-web.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0b03312df957b2f994f3fd6205c6781655ef84a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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"]
```