update header and breadcrumb

This commit is contained in:
somrat sorkar
2023-07-22 15:45:51 +06:00
parent ab25a29fb8
commit 8ee57a7ff5
3 changed files with 23 additions and 24 deletions

View File

@@ -10,9 +10,10 @@
href="{{ $base | relLangURL }}">
{{ i18n "home" | default "Home" }}
</a>
<span class="inlin-block mr-1">/</span>
</li>
{{ range $i, $e:= $context.Ancestors.Reverse }}
{{ if ne .Title "Pages" }}
{{ if and (not .IsHome) (ne .Title "Pages") }}
<li>
<a
class="text-primary dark:text-darkmode-primary"