This repository has been archived on 2024-07-02. You can view files and clone it, but cannot push or open issues or pull requests.
theme/layouts/post/single.html
kolaente 6f3c075669
All checks were successful
continuous-integration/drone/push Build is passing
feat: add prettier
2022-01-29 18:53:15 +01:00

11 lines
280 B
HTML

{{ define "main" }}
<article class="mx-auto mt-4 max-w-screen-lg">
<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 }}