From 8e8d4a52016542d2214156a843c4ef409d40d8e4 Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Fri, 24 May 2024 19:06:49 +0200 Subject: [PATCH] Homepage: Move list of ongoing projects up So it uses the full width and it's more visible what the team is working on. --- templates/home.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/home.tmpl b/templates/home.tmpl index 69976b9..0844611 100644 --- a/templates/home.tmpl +++ b/templates/home.tmpl @@ -19,12 +19,12 @@

This portal hosts more than just the Blender sources, bug and patch tracker. Explore the other repositories and get involved!

+ {{template "blender_components/card_projects" .}} {{template "blender_components/card_repos" .}}
{{template "blender_components/card_releases" .}} - {{template "blender_components/card_projects" .}}
{{template "blender_components/card_modules" .}}