19 lines
		
	
	
		
			503 B
		
	
	
	
		
			HTML
		
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			503 B
		
	
	
	
		
			HTML
		
	
	
	
| <header>
 | |
|   <nav class="mobile-nav show-on-mobiles">
 | |
|     {% include primary-nav-items.html %}
 | |
|   </nav>
 | |
|   <div class="grid">
 | |
|     <div class="unit one-third center-on-mobiles">
 | |
|       <h1>
 | |
|         <a href="{{ site.url }}/">
 | |
|           <span>Jekyll</span>
 | |
|           <img src="{{ site.url }}/img/logo-2x.png" width="249" height="115" alt="">
 | |
|         </a>
 | |
|       </h1>
 | |
|     </div>
 | |
|     <nav class="main-nav unit two-thirds hide-on-mobiles">
 | |
|       {% include primary-nav-items.html %}
 | |
|     </nav>
 | |
|   </div>
 | |
| </header>
 |