update breadcrumb

This commit is contained in:
somrat sorkar
2023-06-04 13:29:21 +06:00
parent 4523fa4fc9
commit 76ed462707
3 changed files with 20 additions and 8 deletions

View File

@@ -3,7 +3,7 @@
<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>{{ .Title | title }}</h1>
{{ partial "components/breadcrumb" . }}
{{ partial "components/breadcrumb" (dict "Context" . "Class" "mt-6") }}
</div>
</div>
</section>