From bdf2bcd842f87ea39bfa03a2fd67dd1e34c9609a Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Mon, 5 Oct 2015 00:56:23 +0300
Subject: [PATCH] Added support from MENUITEMS.

---
 templates/base.html | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/templates/base.html b/templates/base.html
index 4e60f08..42f9411 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -32,6 +32,9 @@
                 <li {%- if output_file == page.url %} class="selected"{% endif %}><a href="{{ SITEURL }}/{{ page.url }}">{{ page.title }}</a></li>
                 {% endfor -%}
 				{% endif -%}
+                {% for name, uri in MENUITEMS -%}
+                <li><a href="{{ uri }}">{{ name }}</a></li>
+                {% endfor -%}
 
                 <li {%- if output_file == "archives.html" %} class="selected"{% endif %}><a href="{{ SITEURL }}/archives.html">Archives</a></li>
             </ul>
-- 
GitLab