You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
easy-rules/site/_includes/header.html

15 lines
333 B
HTML

<header>
<div class="grid">
<div class="unit one-third">
<a href="{{ site.url }}/index.html">
<h1>
<span class="shadow">{{ site.project.name }}</span>
</h1>
</a>
</div>
<nav class="main-nav unit two-thirds">
{% include primary-nav-items.html %}
</nav>
</div>
</header>