8 lines
202 B
HTML
8 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>
|