13 lines
		
	
	
		
			329 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			329 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <header>
 | |
|     <div id="site">
 | |
|         <a href="{{ .Site.BaseURL }}">
 | |
|             <img src="/cover.png" />
 | |
|             <h1>Pitch & Play</h1>
 | |
|             <p>a podcast about actually playing the games your friends recommend</p>
 | |
|         </a>
 | |
|         
 | |
|     </div>
 | |
|     <nav>
 | |
|         <a href="/episodes/">Episodes</a>
 | |
|     </nav>
 | |
| </header> |