theme/layouts/post/single.html

18 lines
486 B
HTML

{{ partial "header.html" . }}
<article class="max-w-screen-lg mx-auto mt-4">
<h1 class="text-3xl font-bold font-title mb-8">
<a href="{{ .Permalink }}">
{{ .Title }}
</a>
</h1>
<div 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 prose-img:rounded-sm">
{{ partial "headline-hash.html" .Content }}
</div>
{{ partial "vikunja-cloud-banner.html" }}
</article>
{{ partial "footer.html" . }}