From d98af494a3259a3d3b7b2e6343fdafd1f5eda8c4 Mon Sep 17 00:00:00 2001 From: Kamila <138688402+kamila-codesync@users.noreply.github.com> Date: Mon, 16 Dec 2024 11:54:18 +0100 Subject: [PATCH] Update index.html --- index.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/index.html b/index.html index ccf6f6bb..554ebafe 100644 --- a/index.html +++ b/index.html @@ -18,15 +18,7 @@ {% include welcome.html %} -{% if site.data.settings.homepage_settings.gallery.show %} -{% include gallery-grid.html %} -{% endif %} - - -{% if site.data.settings.homepage_settings.testimonials.show %} -{% include testimonials.html %} -{% endif %} - + {% comment %} {% include hardwarehacking.html %}{% endcomment %} {% comment %} {% include travelling.html %} {% endcomment %} @@ -47,7 +39,15 @@ {% include training.html %} - +{% if site.data.settings.homepage_settings.gallery.show %} +{% include gallery-grid.html %} +{% endif %} + + +{% if site.data.settings.homepage_settings.testimonials.show %} +{% include testimonials.html %} +{% endif %} + {% if site.data.settings.homepage_settings.tickets %} {% include tickets-block.html %} {% else %} @@ -92,4 +92,4 @@ {% if site.data.settings.homepage_settings.modal.show %} {% include modal.html %} -{% endif %} \ No newline at end of file +{% endif %}