diff --git a/app/config/sculpin_site.yml b/app/config/sculpin_site.yml index d838600f..18dc707b 100644 --- a/app/config/sculpin_site.yml +++ b/app/config/sculpin_site.yml @@ -92,6 +92,8 @@ joindin: lanyrd: url: http://lanyrd.com/profile/opdavies +latest_posts: 3 + linkedin: url: http://uk.linkedin.com/in/opdavies diff --git a/assets/sass/components/_latest-posts.sass b/assets/sass/components/_latest-posts.sass new file mode 100644 index 00000000..e7304c58 --- /dev/null +++ b/assets/sass/components/_latest-posts.sass @@ -0,0 +1,12 @@ +.latest-posts + @extend .panel + @extend .panel-default + + &__heading + @extend .panel-heading + + ul + @extend .list-group + + li + @extend .list-group-item diff --git a/source/_includes/latest-posts.html.twig b/source/_includes/latest-posts.html.twig new file mode 100644 index 00000000..ea3cd9bc --- /dev/null +++ b/source/_includes/latest-posts.html.twig @@ -0,0 +1,16 @@ +