theme/layouts/post/single.html
kolaente 6b679d2d6f
Some checks failed
continuous-integration/drone/push Build is failing
feat: docs layout
2022-01-29 17:25:39 +01:00

16 lines
311 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>
{{ partial "prose.html" .Content }}
{{ partial "vikunja-cloud-banner.html" }}
</article>
{{ partial "footer.html" . }}