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 ---