From e5d17c6925a3836829341feb07efd96660ac03f3 Mon Sep 17 00:00:00 2001 From: Vitaly Voloshin Date: Wed, 24 Jul 2024 15:39:18 +0100 Subject: [PATCH] Added separate layout for the main page --- _includes/mainpage-header.html | 26 ++++++++++++++++++++++++++ _layouts/mainpage.html | 5 +++++ 2 files changed, 31 insertions(+) create mode 100644 _includes/mainpage-header.html create mode 100644 _layouts/mainpage.html diff --git a/_includes/mainpage-header.html b/_includes/mainpage-header.html new file mode 100644 index 0000000..78987b3 --- /dev/null +++ b/_includes/mainpage-header.html @@ -0,0 +1,26 @@ + + + + + + + {{site.title}} + + + + + + + + {% if site.data.siteBreadcrumbs.displaySiteBreadcrumbs == true%} + + {% endif %} +
diff --git a/_layouts/mainpage.html b/_layouts/mainpage.html new file mode 100644 index 0000000..1f8bfd4 --- /dev/null +++ b/_layouts/mainpage.html @@ -0,0 +1,5 @@ +{% include mainpage-header.html %} +
+ {{ content }} +
+{% include site-footer.html %} \ No newline at end of file