From 832d4735ad7aa90864bd1a6845890a3b0711ea9d Mon Sep 17 00:00:00 2001 From: Jonathan Bobel Date: Wed, 19 Jun 2024 15:51:48 -0400 Subject: [PATCH] Ok this might work --- _includes/components/head.html | 2 +- _includes/layouts/investment-page.html | 2 +- _includes/layouts/investments-list.html | 1 + _includes/layouts/news-landing.html | 2 +- _includes/layouts/news-updates.html | 1 + 5 files changed, 5 insertions(+), 3 deletions(-) diff --git a/_includes/components/head.html b/_includes/components/head.html index 9476cf98..49e8f7da 100644 --- a/_includes/components/head.html +++ b/_includes/components/head.html @@ -15,7 +15,7 @@ - + diff --git a/_includes/layouts/investment-page.html b/_includes/layouts/investment-page.html index d49e9c40..b37ae546 100644 --- a/_includes/layouts/investment-page.html +++ b/_includes/layouts/investment-page.html @@ -4,7 +4,7 @@ return-to-top_text: "Return to top" all-investments: "Investments" list-url: /investments/ -og_image: "'/assets/images/10x_og_image_investments.png" +og_image: "/assets/images/10x_og_image_investments.png" home-link-text: "Home" hero_banner: category: "Investment Portfolios" diff --git a/_includes/layouts/investments-list.html b/_includes/layouts/investments-list.html index df95c570..cdf04647 100644 --- a/_includes/layouts/investments-list.html +++ b/_includes/layouts/investments-list.html @@ -1,6 +1,7 @@ --- layout: layouts/base.html section: investments +og_image: "/assets/images/10x_og_image_investments.png" pagination: data: collections.investments size: 7 diff --git a/_includes/layouts/news-landing.html b/_includes/layouts/news-landing.html index c714b750..b5030cae 100644 --- a/_includes/layouts/news-landing.html +++ b/_includes/layouts/news-landing.html @@ -1,6 +1,6 @@ --- layout: layouts/base.html -og_image: "'/assets/images/10x_og_image_news.png" +og_image: "/assets/images/10x_og_image_news.png" section: blog ---
diff --git a/_includes/layouts/news-updates.html b/_includes/layouts/news-updates.html index 274b0c4a..02e74632 100644 --- a/_includes/layouts/news-updates.html +++ b/_includes/layouts/news-updates.html @@ -1,5 +1,6 @@ --- layout: layouts/news-landing.html +og_image: "/assets/images/10x_og_image_news.png" section: blog ---