mestizo.monster/_includes/_header.njk
taco f1b8097978 feat: migrate to 11ty (#1)
alas, hugo. we hardly knew ye.

Reviewed-on: https://git.tacowolf.net/TacoWolf/mestizo.monster/pulls/1
Co-authored-by: taco <signing@tacowolf.net>
Co-committed-by: taco <signing@tacowolf.net>
2026-04-10 19:48:32 -04:00

17 lines
414 B
Text

<header>
<a href="/">
<img
href="/"
src="/img/taco.svg"
alt="vector drawing of a smiling cartoon taco with tortilla legs."
title="hey! :)"
/></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>