From 925c0b844c2eec4b42ec6de4bad4bf3a3dcc2420 Mon Sep 17 00:00:00 2001 From: Sander Holvoet Date: Wed, 5 Jan 2022 16:32:35 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=20fix=20typo=20(#3232)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/_docs/05-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/05-configuration.md b/docs/_docs/05-configuration.md index 4ab3d13ee846..b38b334f1dbd 100644 --- a/docs/_docs/05-configuration.md +++ b/docs/_docs/05-configuration.md @@ -813,7 +813,7 @@ facebook: ##### Open Graph default image -For pages that don't have a `header.image` assigned in their YAML Front Matter, `site.og_image` will be used as a fallback. Use your logo, icon, avatar or something else that is meaningful. Just make sure it is place in the `/assets/images/` folder, a minimum size of 120px by 120px, and less than 1MB in file size. +For pages that don't have a `header.image` assigned in their YAML Front Matter, `site.og_image` will be used as a fallback. Use your logo, icon, avatar or something else that is meaningful. Just make sure it is placed in the `/assets/images/` folder, has a minimum size of 120px by 120px, and is less than 1MB in file size. ```yaml og_image: /assets/images/site-logo.png