Skip to content

Instantly share code, notes, and snippets.

@JeffMatsonPagely
Created April 17, 2019 21:00
Show Gist options
  • Save JeffMatsonPagely/68735f22b1c1845e028634f25280fd4f to your computer and use it in GitHub Desktop.
Save JeffMatsonPagely/68735f22b1c1845e028634f25280fd4f to your computer and use it in GitHub Desktop.
<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