diff _includes/header.html @ 5:e210b708b330

fill in site content
author Alex Krolick <whokilledtheelectricmonk@gmail.com>
date Sun, 08 Nov 2015 03:07:13 -0800
parents 7abe02bf29ec
children bc698651c94a
line wrap: on
line diff
--- a/_includes/header.html	Sat Nov 07 19:23:48 2015 -0800
+++ b/_includes/header.html	Sun Nov 08 03:07:13 2015 -0800
@@ -17,10 +17,10 @@
       <!-- Right Nav Section -->
       <ul class="right">
         {% for page in site.pages %}
-          {% if page.title %}
-          <li>
-            <a href="{{ page.url | prepend: site.baseurl }}">{{ page.title }}</a>
-          </li>
+          {% if page.menu %}
+            <li>
+              <a href="{{ page.url | prepend: site.baseurl }}">{{ page.title }}</a>
+            </li>
           {% endif %}
         {% endfor %}
       </ul>