diff --git a/themes/pelican-blue/templates/base.html b/themes/pelican-blue/templates/base.html
index 4cfae97..3c47851 100644
--- a/themes/pelican-blue/templates/base.html
+++ b/themes/pelican-blue/templates/base.html
@@ -41,7 +41,6 @@
{% endblock %}
-
+ {% if DISPLAY_PAGES_ON_MENU and pages %}{% for p in pages %}
+
{{ p.title }}
+ {% endfor %}{% endif %}
+ Partners
+ Social Media
+ Colophon
+
+
{% if DISPLAY_CATEGORIES_ON_MENU and categories %}
-
Categories
-
- {% for cat, null in categories %}
- - {{ cat }}
- {% endfor %}
-
+
Categories
+
+ {% for cat, null in categories %}
+ - {{ cat }}
+ {% endfor %}
+
{% endif %}
{% if LINKS %}
-
BLOGROLLS
-
- {% for name, link in LINKS %}
- - {{ name }}
- {% endfor %}
-
+
BLOGROLLS
+
+ {% for name, link in LINKS %}
+ - {{ name }}
+ {% endfor %}
+
{% endif %}
@@ -148,28 +145,28 @@
{% if DISPLAY_FOOTER or DISPLAY_FOOTER is not defined %}
-
+
{% endif %}
{% if GOOGLE_ANALYTICS %}
-
-
+
+
{% endif %}