From 17283278b0ba31fa5e02a51bf35edda19cfdefbd Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Apr 12 2023 21:15:17 +0000 Subject: fix: 🐛 overwrite theme to support content at home layout The current theme was archived a time ago (https://gitlab.com/areguera/jekyll-theme-centos) and no more gems are being produced for it. The way we have to fix current theme problems is overwriting the theme definition in the project itself. Now, the theme development is happening at https://gitlab.com/CentOS/artwork/centos-web/jekyll-theme-centos/-/tree/bs5-staging?ref_type=heads --- diff --git a/_includes/footer.html b/_includes/footer.html new file mode 100644 index 0000000..290d1a1 --- /dev/null +++ b/_includes/footer.html @@ -0,0 +1,45 @@ +{% include hr.html %} + + + diff --git a/_layouts/home.html b/_layouts/home.html new file mode 100644 index 0000000..da9093a --- /dev/null +++ b/_layouts/home.html @@ -0,0 +1,20 @@ + + + {% include head.html -%} + + {% include navbar.html -%} +
+ {% include header/home.html %} + {{ content }} + {% include home/news-and-events.html %} + {% include home/planet.html %} +
+ + {% include footer.html -%} + + + + + + +