Files
jacoblenz/src/includes/header.njk
Simon Martens 065736c392 Initial Theme
2023-01-30 04:26:48 +01:00

11 lines
312 B
Plaintext

<div class="pt-44 bg-slate-200">
<h1 class="px-3 py-2 text-5xl font-bold">
{{ config.title }}
</h1>
<h2 class="pt-2 border-t-gray-200 pb-2 px-3 text-2xl text-white bg-emerald-600">
{{ config.shortdescription }}
{# <br> Forschungsstelle zum Schriftsteller Jacob Michael Reinhold Lenz. #}
</h2>
</div>