hugoplate basis

god this repo is too large lol
This commit is contained in:
2024-09-22 17:38:38 -07:00
parent 6ba529319b
commit c224d9903b
118 changed files with 16972 additions and 16 deletions

View File

@@ -0,0 +1,9 @@
<section>
<div class="container text-center">
<div
class="from-body to-theme-light dark:from-darkmode-body dark:to-darkmode-theme-light rounded-2xl bg-gradient-to-b px-8 py-14">
<h1>{{ T (printf "%s" (lower .Title)) | default .Title | title }}</h1>
{{ partial "components/breadcrumb" (dict "Context" . "Class" "mt-6") }}
</div>
</div>
</section>