Add breadcrumbs for talks and posts

This commit is contained in:
Oliver Davies 2017-11-19 15:03:07 +00:00
parent f62cd1d651
commit 3defaf676c
6 changed files with 56 additions and 1 deletions

View file

@ -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";