add ability to insert additional global nav

This commit is contained in:
rzen 2019-10-20 14:08:11 -04:00
parent 4a4ee3aa94
commit 126d18839d
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
<!-- placeholder for additional global nav items -->

View File

@ -10,6 +10,7 @@
<li><a href="{{ site.baseurl | append: page.url }}">{{ page.title }}</a> <li><a href="{{ site.baseurl | append: page.url }}">{{ page.title }}</a>
{% endif %} {% endif %}
{% endfor %} {% endfor %}
{% include additional_glboal_nav.html %}
</ul> </ul>
</nav> </nav>
</header> </header>