From b14455ee1183709a1349e32dc88b847883ae53e5 Mon Sep 17 00:00:00 2001 From: Philip Colmer Date: Thu, 3 Aug 2023 10:57:12 +0100 Subject: [PATCH 1/2] Move theme buttons to main blog page --- blog/index.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/blog/index.html b/blog/index.html index 0dd844746d..8be251cd4a 100644 --- a/blog/index.html +++ b/blog/index.html @@ -20,6 +20,11 @@ inner_class: py-5 image: /assets/images/content/blog_sm.jpg flow: + - row: container_row + sections: + - format: custom_include + source: blog/themes.html + category: blog - row: container_row sections: - format: custom_include From 85a0695d45e4cc07dda417f8aced5e3a944e9cf2 Mon Sep 17 00:00:00 2001 From: Philip Colmer Date: Thu, 3 Aug 2023 10:57:19 +0100 Subject: [PATCH 2/2] Redirect old themes page to blog page --- _data/routingrules.json | 1 + 1 file changed, 1 insertion(+) diff --git a/_data/routingrules.json b/_data/routingrules.json index 1bdb1afbd5..891759a868 100644 --- a/_data/routingrules.json +++ b/_data/routingrules.json @@ -650,6 +650,7 @@ "^/blog/toolchain-blog(/?|/index.html)$ /blog/ [R,L,NC]", "^/blog/thursday-of-linaro-connect-budapest-2017(/?|/index.html)$ /blog/ [R,L,NC]", "^/blog/thoughts-after-autoware-96Boards-demo-at-et2018(/?|/index.html)$ /blog/ [R,L,NC]", + "^/blog/themes(/?|/index.html)$ /blog/ [R,L,NC]", "^/blog/the-linaro-iks-code-now-publicly-available(/?|/index.html)$ /blog/ [R,L,NC]", "^/blog/the-linaro-developers-summit-last-week-in-budapest-was-really-impressive(/?|/index.html)$ /blog/ [R,L,NC]", "^/blog/the-linaro-android-platform-team-period-march-7-to-march-13(/?|/index.html)$ /blog/ [R,L,NC]",