Update breadcrumb.html

This commit is contained in:
dongorgan 2023-11-12 11:54:20 +03:00 committed by GitHub
parent eaf27f0ff8
commit c5cd92fbae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,13 +1,13 @@
{{ $context := .Context }} {{ $context := .Context }}
{{ $class := .Class }} {{ $class := .Class }}
{{ $base := site.BaseURL }} {{ $base := site.Home.Permalink }}
<ul class="{{ $class }} inline-flex space-x-1 capitalize"> <ul class="{{ $class }} inline-flex space-x-1 capitalize">
<li> <li>
<a <a
class="text-primary dark:text-darkmode-primary" class="text-primary dark:text-darkmode-primary"
href="{{ $base | relLangURL }}"> href="{{ $base }}">
{{ i18n "home" | default "Home" }} {{ i18n "home" | default "Home" }}
</a> </a>
<span class="inlin-block mr-1">/</span> <span class="inlin-block mr-1">/</span>