diff --git a/assets/sass/components/_testimonials.sass b/assets/sass/components/_testimonials.sass index c8f8eea1..6d994adc 100644 --- a/assets/sass/components/_testimonials.sass +++ b/assets/sass/components/_testimonials.sass @@ -2,6 +2,9 @@ +clearfix margin-bottom: 10px + &__role + color: #777 + &__image @extend .img-circle @extend .pull-right diff --git a/source/_partials/nav.twig b/source/_partials/nav.twig index ffa8aa01..1af15af2 100644 --- a/source/_partials/nav.twig +++ b/source/_partials/nav.twig @@ -20,6 +20,10 @@ Experience +
  • + Testimonials +
  • +
  • Talks
  • diff --git a/source/testimonials.twig b/source/testimonials.twig index 9f3b8c0d..b14c5d8b 100644 --- a/source/testimonials.twig +++ b/source/testimonials.twig @@ -103,7 +103,7 @@ use: [posts] {{ testimonial.role }}

    {% elseif testimonial.role and company.name %}{% spaceless %} -

    +

    {{ testimonial.role }} at {% if company.url %} {{ company.name }}