Add breadcrumbs for talks and posts
This commit is contained in:
parent
f62cd1d651
commit
3defaf676c
6 changed files with 56 additions and 1 deletions
|
@ -58,7 +58,12 @@ main ul {
|
|||
@apply .pl-4;
|
||||
}
|
||||
|
||||
svg {
|
||||
fill: currentColor;
|
||||
}
|
||||
|
||||
@import "components/listing";
|
||||
@import "components/navbar";
|
||||
@import "components/post";
|
||||
@import "components/talk";
|
||||
@import "components/talks-table";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue