From b11ff646c65d7de28ce27a9570e2e7c0589ed500 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Jul 01 2024 22:57:31 +0000 Subject: Remove we offer two Linux variants message --- diff --git a/_layouts/home.html b/_layouts/home.html index da9093a..28dce9e 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -4,7 +4,49 @@ {% include navbar.html -%}
- {% include header/home.html %} + +
+
+

{{ site.title }}

+

{{ site.description }}

+
+ {% for distribution in site.data.centos.distributions %} + + {% endfor %} +
+
+
+
+ {% assign community_items = site.data.centos.navbar | where: "name", "Community" %} + {% for community_item in community_items %} + {% for shortcut in community_item.menu %} + +
+
+

+

{{ shortcut.name }}

+
+
+
+ {% endfor %} + {% endfor %} +
+
+
+
+
+
+
+
+
+ {{ content }} {% include home/news-and-events.html %} {% include home/planet.html %}