Content and layout update.

This commit is contained in:
2025-07-22 18:13:04 -07:00
parent 396dd976d9
commit 13bc51d443
15 changed files with 161 additions and 318 deletions

View File

@@ -1,10 +1,5 @@
{{ define "main" }}
<article class="h-full max-w-full flex flex-col items-center justify-center">
<header>
{{ if .Params.showBreadcrumbs | default (.Site.Params.article.showBreadcrumbs | default false) }}
{{ partial "breadcrumbs.html" . }}
{{ end }}
</header>
<section class="mt-6">
{{ .Content }}
</section>