Redesign breadcrumbs with brand-tinted band and persona pills
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
b11e962344
commit
2272761843
3 changed files with 195 additions and 17 deletions
|
|
@ -1,6 +1,14 @@
|
|||
<nav aria-label="breadcrumb" style="background-color: #e9ecef; padding-top: 64px">
|
||||
<ol class="breadcrumb container">
|
||||
<li class="breadcrumb-item"><a href="../">{{ i18n "home" }}</a></li>
|
||||
<li class="breadcrumb-item active" aria-current="page">{{ .Title }}</li>
|
||||
</ol>
|
||||
<nav class="hd-breadcrumb" aria-label="breadcrumb">
|
||||
<div class="container">
|
||||
<ol class="hd-breadcrumb__trail">
|
||||
<li>
|
||||
<a href="/{{ .Site.Language.Lang }}/">
|
||||
<i class="bi bi-house-door-fill"></i> {{ i18n "home" }}
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<span class="current" aria-current="page">{{ .Title }}</span>
|
||||
</li>
|
||||
</ol>
|
||||
</div>
|
||||
</nav>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue