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/doc/single.html
kolaente 855a67f6ac
Some checks failed
continuous-integration/drone/push Build is failing
fix: break later
2022-01-29 17:29:24 +01:00

13 lines
307 B
HTML

{{ partial "header.html" . }}
<div class="max-w-screen-xl flex mx-auto lg:pt-8 flex-col lg:flex-row">
<div class="w-full lg:w-1/4">
{{ partial "menu" . }}
</div>
<article class="w-full lg:w-3/4 p-4 pt-6 lg:pt-2">
{{ partial "prose.html" .Content }}
</article>
</div>
{{ partial "footer.html" . }}