forked from drowl87/hextra_mirror
chore: update default list layout
This commit is contained in:
parent
0db055da11
commit
d14091cd81
@ -1,5 +1,16 @@
|
|||||||
{{ define "main" }}
|
{{ define "main" }}
|
||||||
<div class="mx-auto flex max-w-[90rem]">
|
<div class="mx-auto flex max-w-screen-xl">
|
||||||
<p class="p-4">Unimplemented</p>
|
{{ partial "sidebar.html" (dict "context" .) }}
|
||||||
|
{{ partial "toc.html" . }}
|
||||||
|
<article class="w-full break-words flex min-h-[calc(100vh-var(--navbar-height))] min-w-0 justify-center pb-8 pr-[calc(env(safe-area-inset-right)-1.5rem)]">
|
||||||
|
<main class="w-full min-w-0 max-w-6xl px-6 pt-4 md:px-12">
|
||||||
|
<div class="content">
|
||||||
|
<h1>{{ .Title }}</h1>
|
||||||
|
{{ .Content }}
|
||||||
|
</div>
|
||||||
|
<div class="mt-16"></div>
|
||||||
|
{{ partial "components/last-updated.html" . }}
|
||||||
|
</main>
|
||||||
|
</article>
|
||||||
</div>
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user