Skip to content

Commit

Permalink
sprite.html: fix wrong breadcrumb (#1637)
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Mar 24, 2023
1 parent 03d392a commit 35139b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/layouts/_default/sprite.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<nav aria-label="breadcrumb">
<ol class="breadcrumb my-4 p-0">
<li class="breadcrumb-item"><a href="/">Icons</a></li>
<li class="breadcrumb-item active" aria-current="page">Font</li>
<li class="breadcrumb-item active" aria-current="page">SVG Spite</li>
</ol>
</nav>
{{ partialCached "icons" . "fonts" }}
Expand Down

0 comments on commit 35139b2

Please sign in to comment.