diff --git a/_config.yml b/_config.yml index 9cf2932..bb85c72 100644 --- a/_config.yml +++ b/_config.yml @@ -34,7 +34,7 @@ defaultTitle: 'Shuffle.js' defaultDescription: 'Categorize, sort, and filter a responsive grid of items' defaultImage: '/img/shuffle.png' -longDescription: 'Shuffle.js is a jQuery plugin for sorting, filtering, and laying out a group of items. It’s performant, responsive, and fast. Check out the demos!' +longDescription: 'Shuffle.js is a package for sorting, filtering, and laying out a group of items. It’s performant, responsive, and fast. Check out the demos!' demos: - url: 'demos/2013-05-01-basic' diff --git a/_posts/2013-07-16-faq.html b/_posts/2013-07-16-faq.html index 161202c..37d30fd 100644 --- a/_posts/2013-07-16-faq.html +++ b/_posts/2013-07-16-faq.html @@ -63,13 +63,6 @@ extraJS: [ "faq.js" ] -
-
-

Does Shuffle work with Zepto?

-

Not at the moment.

-
-
-

Padding isn’t working on the shuffle element.

diff --git a/_posts/2014-03-08-bootstrap3-grid.html b/_posts/2014-03-08-bootstrap3-grid.html index 6b1d172..18d478b 100644 --- a/_posts/2014-03-08-bootstrap3-grid.html +++ b/_posts/2014-03-08-bootstrap3-grid.html @@ -4,7 +4,7 @@ title: Bootstrap 3 Grid Demo description: Demonstrating how Shuffle can be used with a grid system which uses padding for gutters instead of margins. image: /demos/bootstrap3grid.jpg externalCSS: [ "http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" ] -extraJS: [ "demos/bootstrap3grid.js" ] +extraJS: [ "demos/padding-grid.js" ] ---