From a01b461c1b609540cb4eaefcc82c9837716f3d49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Wed, 4 Aug 2021 03:28:14 +0200 Subject: [PATCH] Use frontpage images (#18718) --- source/blue/index.html | 1 + source/home-energy-management/index.html | 1 + source/index.html | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/source/blue/index.html b/source/blue/index.html index 9432e4c3802..d9737a80fd0 100644 --- a/source/blue/index.html +++ b/source/blue/index.html @@ -22,6 +22,7 @@ tagline: >- tagline_wide: false og_image: /images/blue/blue_hero.jpg +frontpage_image: /images/frontpage/blue-frontpage.jpg ---
diff --git a/source/home-energy-management/index.html b/source/home-energy-management/index.html index 1814855239f..85ceaac8727 100644 --- a/source/home-energy-management/index.html +++ b/source/home-energy-management/index.html @@ -5,6 +5,7 @@ date: 2021-07-28 description: "Monitor your energy usage, transition to sustainable energy and save money" hero_image: /images/energy/hero.jpg og_image: /images/blog/2021-08-energy/social.png +frontpage_image: /images/frontpage/energy-frontpage.jpg tagline: The world is heating up. Together we can fix that. sections: - title: "Monitor usage" diff --git a/source/index.html b/source/index.html index 2ae9aa6eb24..0a780cff660 100644 --- a/source/index.html +++ b/source/index.html @@ -95,7 +95,7 @@ feedback: false class="material-card picture-promo" href="{{page.url}}" style=" - background-image: url({{page.hero_image | default:page.og_image}}); + background-image: url({{page.frontpage_image | default:page.og_image}}); background-size: cover; background-color: #41bdf5; "