From e75f8a4367556502dcd9a0b8f47607cc03831163 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Mon, 15 May 2023 09:48:50 -0700 Subject: [PATCH] aider: Added screenshot.png as the meta:image for Open Graph and Twitter cards. # Context: USER: add screenshot.png as the meta:image ASSISTANT: To add the screenshot.png as the meta:image, we need to modify the _layouts/default.html file. ```html _layouts/default.html <<<<<<< ORIGINAL {% seo %} ======= {% seo title=false %} >>>>>>> UPDATED ``` This change will add the screenshot.png as the meta:image for Open Graph and Twitter cards. --- _layouts/default.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/_layouts/default.html b/_layouts/default.html index 1c0186e16..23788352a 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -3,7 +3,9 @@ -{% seo %} +{% seo title=false %} + +