diff --git a/_src/_assets/javascripts/page-community.js b/_src/_assets/javascripts/page-community.js index ab88b7b..a77f41a 100644 --- a/_src/_assets/javascripts/page-community.js +++ b/_src/_assets/javascripts/page-community.js @@ -1,8 +1,11 @@ //=include ../../../node_modules/is-in-viewport/lib/isInViewport.js +//=include bigchain/testimonials.js jQuery(function($) { + Testimonials.init(); + var wrigley = $('#wrigley'), wrigleyArm = wrigley.find('#arm'), wrigleyHead = wrigley.find('#head'), diff --git a/_src/community.html b/_src/community.html index 7981100..284cf17 100644 --- a/_src/community.html +++ b/_src/community.html @@ -5,6 +5,7 @@ title: Community description: 'There are many ways you can contribute to the BigchainDB project, some very easy and others more involved.' js: page-community.min.js +quotes: set3 ---
@@ -68,3 +69,5 @@ js: page-community.min.js
{% include section-newsletter.html %} + +{% include section-testimonials.html %}