Created
April 17, 2019 21:00
-
-
Save JeffMatsonPagely/68735f22b1c1845e028634f25280fd4f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<header> | |
<div class="site-name nav-link"><a href="{{ site.url }}">{{ site.title }}</a></div> | |
<nav> | |
<ul class="nav"> | |
{% for item in site.data.navigation %} | |
<li class="nav-item"> | |
<a class="nav-link" href="{{ item.path }}">{{ item.title }}</a> | |
</li> | |
{% endfor %} | |
</ul> | |
</nav> | |
</header> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment