From 92cce89256888b2ca6542bf909f522d8006b43bd Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Apr 20 2023 16:28:26 +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 -%} + + + + + + +