mestizo.monster/_includes/_header.njk

16 lines
392 B
Text

<header>
<a href="/">
<img
href="/"
src="/img/taco.svg"
alt="vector drawing of a smiling cartoon taco with tortilla legs."
/></a>
<nav>
<h1>mestizo.monster</h1>
<ul>
<li><a href="/" title="home">🏠</a></li>
<li><a href="/posts" title="posts">✍️</a></li>
<li><a href="/about" title="about">🌮</a></li>
</ul>
</nav>
</header>