gallowelds.com/themes/gallo/layouts/partials/header.html
2024-05-22 14:22:07 -04:00

7 lines
202 B
HTML

<div
class="bg-cover bg-center flex justify-start min-h-96 bg-[url('/img/wide.webp')]"
>
<h1 class="ml-16 mb-8 place-self-center text-white font-bold text-3xl">
{{ .Site.Title }}
</h1>
</div>