diff --git a/_includes/header.html b/_includes/header.html
index 1acb68d..ea0087b 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -14,7 +14,7 @@
{% for page in site.pages %}
{% if page.layout == "home" %}
- - {{ page.title }}
+ - {{ page.title }}
{% endif %}
{% endfor %}
{% for page in site.pages %}
diff --git a/_layouts/landing.html b/_layouts/landing.html
index 35a41bb..f2ee26c 100644
--- a/_layouts/landing.html
+++ b/_layouts/landing.html
@@ -6,12 +6,34 @@
-->
-{% include head.html %}
+ {% include head.html %}
-
+
- {% include header.html %} {{ content }} {% include footer.html %}
+ {% include header.html %}
+
+
+
+
+
+
+
+
+
+ {{ page.description }}
+
+
+
+
+
+ {{ content }}
+
+ {% include footer.html %}
-
\ No newline at end of file
+
diff --git a/landing.md b/landing.md
index 46e48f1..521e4df 100644
--- a/landing.md
+++ b/landing.md
@@ -6,24 +6,6 @@ image: assets/images/pic07.jpg
nav-menu: true
---
-
-
-
-
-
-
-
-
-{{ page.description }}
-
-
-
-
-