theme/layouts/post/single.html

11 lines
284 B
HTML
Raw Permalink Normal View History

2022-01-29 17:53:15 +00:00
{{ define "main" }}
2022-01-29 18:06:44 +00:00
<article class="mx-auto mt-4 max-w-screen-lg p-4">
2022-01-29 17:53:15 +00:00
<h1 class="mb-8 font-title text-3xl font-bold">
<a href="{{ .Permalink }}"> {{ .Title }} </a>
</h1>
{{ partial "prose.html" .Content }}
{{ partial "vikunja-cloud-banner.html" }}
</article>
{{ end }}