From 6934fd307958a46fc0708615dd7c697ee1e24eba Mon Sep 17 00:00:00 2001 From: Glen Cheney Date: Fri, 15 Apr 2016 12:42:01 -0700 Subject: [PATCH] Add code examples for adding and removing from the demo. Remove images loaded because it's no longer in use. --- _includes/nav.html | 13 +- _posts/2013-06-19-adding-removing.html | 43 +- _scss/_mixins.scss | 4 + _scss/_site-nav.scss | 12 +- css/style.css | 23 +- js/imagesloaded.pkgd.js | 744 ------------------------- 6 files changed, 70 insertions(+), 769 deletions(-) delete mode 100644 js/imagesloaded.pkgd.js diff --git a/_includes/nav.html b/_includes/nav.html index 0df131e..cf72643 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -4,7 +4,12 @@ diff --git a/_posts/2013-06-19-adding-removing.html b/_posts/2013-06-19-adding-removing.html index 3779af0..c5d1fb9 100644 --- a/_posts/2013-06-19-adding-removing.html +++ b/_posts/2013-06-19-adding-removing.html @@ -4,6 +4,7 @@ title: Shuffle Adding and Removing Elements Demo description: This demo of shuffle shows how to add and removing items. image: /demos/adding-removing.jpg extraJS: [ "demos/adding-removing.js" ] +prism: true ---