2025-07-08 21:32:26 -04:00

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>