Update header.html

This commit is contained in:
Andrew Banchich 2016-08-26 00:54:14 +00:00
parent 705ee2e1b0
commit 9bf6b20d3a
1 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,9 @@
<!-- Menu -->
<nav id="menu">
<ul class="links">
{% if page.layout == "default" %}
<li><a href="{{ page.url | prepend: site.baseurl | remove: "index.html" }}">{{ page.title }}</a></li>
{% endif %}
{% for page in site.pages %}
{% if page.title %}
<li><a href="{{ page.url | prepend: site.baseurl }}">{{ page.title }}</a></li>