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 -%} + + + + + + +