diff --git a/_includes/header.html b/_includes/header.html
index fbcc09d..be4f39b 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -13,6 +13,14 @@
+
+ {% for my_page in site.pages %}
+ {% if my_page.title and my_page.in_menu %}
+
{{ my_page.title }}
+ {% endif %}
+ {% endfor %}
+
+
diff --git a/pages/about.md b/pages/about.md
index 65fa570..030955f 100644
--- a/pages/about.md
+++ b/pages/about.md
@@ -1,6 +1,6 @@
---
title: About
-menu: true
+in_menu: true
permalink: /about/
---
## About the Site