Fix image path, re-add slides partial

This commit is contained in:
Oliver Davies 2018-01-05 23:35:29 +00:00
parent f396695808
commit 80adaae7ec
3 changed files with 2 additions and 2 deletions

View file

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 34 KiB

View file

@ -1,5 +1,5 @@
.talk-slides {
background: url('../images/loading.gif') center no-repeat;
background: url('../../../images/loading.gif') center no-repeat;
min-height: 275px;
@screen md { & { min-height: 375px; } }

View file

@ -66,7 +66,7 @@ svg {
@import 'components/post';
@import 'components/post/about-author';
@import 'components/table';
//@import 'components/talk/slides';
@import 'components/talk/slides';
@import 'components/talk/video';
@import 'components/testimonial';