feat: make sure content can flow
continuous-integration/drone/push Build is failing Details

This commit is contained in:
kolaente 2022-01-29 14:25:24 +01:00
parent c87d41b4eb
commit 8f35cf0a68
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{{ partial "header.html" . }}
<div class="max-w-screen-xl mx-auto mt-4">
<article class="prose prose-a:text-primary prose-a:no-underline hover:prose-a:underline prose-h1:font-title prose-h1:font-bold">
<article class="max-w-none prose prose-a:text-primary prose-a:no-underline hover:prose-a:underline prose-h1:font-title prose-h1:font-bold">
{{ partial "headline-hash.html" .Content }}
</article>
</div>