This commit is contained in:
rzen
2020-05-31 16:33:01 -04:00
3 changed files with 4 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>
{% endif %}
{% endfor %}
{% include additional_glboal_nav.html %}
</ul>
</nav>
</header>