Skip to content

Commit ffd8277

Browse files
committed
chore: clean-up
1 parent fb50df2 commit ffd8277

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/pug/_mixins/breadcrumb.pug

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// Breadcrumb
21
mixin breadcrumb(items, last)
32
nav(aria-label="breadcrumb")
43
ol.breadcrumb.my-0.ms-2

src/pug/_partials/breadcrumb.pug

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
mixin breadcrumb(items, last)
2-
// Breadcrumb
32
nav(aria-label="breadcrumb")
43
ol.breadcrumb.my-0.ms-2
54
each item in items

0 commit comments

Comments
 (0)