diff --git a/docs/_config.yml b/docs/_config.yml
index e6bf45c892..56cc1b3110 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -9,6 +9,12 @@ relative_permalinks: true
paginate: 5
timezone: America/Los_Angeles
highlighter: pygments
+defaults:
+- scope:
+ path: ''
+ type: post
+ values:
+ layout: post
exclude:
- Gemfile
- Gemfile.lock
diff --git a/docs/_posts/2013-06-02-jsfiddle-integration.md b/docs/_posts/2013-06-02-jsfiddle-integration.md
index 3dbb054773..51b678d0cb 100644
--- a/docs/_posts/2013-06-02-jsfiddle-integration.md
+++ b/docs/_posts/2013-06-02-jsfiddle-integration.md
@@ -1,6 +1,5 @@
---
title: JSFiddle Integration
-layout: post
author: Christopher Chedeau
---
diff --git a/docs/_posts/2013-06-05-why-react.md b/docs/_posts/2013-06-05-why-react.md
index 07f02e1ef9..a459388c68 100644
--- a/docs/_posts/2013-06-05-why-react.md
+++ b/docs/_posts/2013-06-05-why-react.md
@@ -1,6 +1,5 @@
---
title: Why did we build React?
-layout: post
author: Pete Hunt
---
diff --git a/docs/_posts/2013-06-12-community-roundup.md b/docs/_posts/2013-06-12-community-roundup.md
index d37e3b1351..0fea125af0 100644
--- a/docs/_posts/2013-06-12-community-roundup.md
+++ b/docs/_posts/2013-06-12-community-roundup.md
@@ -1,6 +1,5 @@
---
title: "Community Round-up #1"
-layout: post
author: Vjeux
---
diff --git a/docs/_posts/2013-06-19-community-roundup-2.md b/docs/_posts/2013-06-19-community-roundup-2.md
index 57b322e1cc..d04dc5071d 100644
--- a/docs/_posts/2013-06-19-community-roundup-2.md
+++ b/docs/_posts/2013-06-19-community-roundup-2.md
@@ -1,6 +1,5 @@
---
title: "Community Round-up #2"
-layout: post
author: Vjeux
---
diff --git a/docs/_posts/2013-06-21-react-v0-3-3.md b/docs/_posts/2013-06-21-react-v0-3-3.md
index 668c83de1a..129ed7f844 100644
--- a/docs/_posts/2013-06-21-react-v0-3-3.md
+++ b/docs/_posts/2013-06-21-react-v0-3-3.md
@@ -1,6 +1,5 @@
---
title: "React v0.3.3"
-layout: post
author: Paul O'Shannessy
---
diff --git a/docs/_posts/2013-06-27-community-roundup-3.md b/docs/_posts/2013-06-27-community-roundup-3.md
index 7ee8a33116..91b35b6b62 100644
--- a/docs/_posts/2013-06-27-community-roundup-3.md
+++ b/docs/_posts/2013-06-27-community-roundup-3.md
@@ -1,6 +1,5 @@
---
title: "Community Round-up #3"
-layout: post
author: Vjeux
---
diff --git a/docs/_posts/2013-07-02-react-v0-4-autobind-by-default.md b/docs/_posts/2013-07-02-react-v0-4-autobind-by-default.md
index 9a5735f700..29e00b83a8 100644
--- a/docs/_posts/2013-07-02-react-v0-4-autobind-by-default.md
+++ b/docs/_posts/2013-07-02-react-v0-4-autobind-by-default.md
@@ -1,6 +1,5 @@
---
title: "New in React v0.4: Autobind by Default"
-layout: post
author: Paul O'Shannessy
---
diff --git a/docs/_posts/2013-07-03-community-roundup-4.md b/docs/_posts/2013-07-03-community-roundup-4.md
index 62e56c569d..dd78baac4d 100644
--- a/docs/_posts/2013-07-03-community-roundup-4.md
+++ b/docs/_posts/2013-07-03-community-roundup-4.md
@@ -1,6 +1,5 @@
---
title: "Community Round-up #4"
-layout: post
author: Vjeux
---
diff --git a/docs/_posts/2013-07-11-react-v0-4-prop-validation-and-default-values.md b/docs/_posts/2013-07-11-react-v0-4-prop-validation-and-default-values.md
index b2898fd3f4..5e1b191b31 100644
--- a/docs/_posts/2013-07-11-react-v0-4-prop-validation-and-default-values.md
+++ b/docs/_posts/2013-07-11-react-v0-4-prop-validation-and-default-values.md
@@ -1,6 +1,5 @@
---
title: "New in React v0.4: Prop Validation and Default Values"
-layout: post
author: Paul O'Shannessy
---
diff --git a/docs/_posts/2013-07-17-react-v0-4-0.md b/docs/_posts/2013-07-17-react-v0-4-0.md
index b2a11fcdad..a42b5e55ab 100644
--- a/docs/_posts/2013-07-17-react-v0-4-0.md
+++ b/docs/_posts/2013-07-17-react-v0-4-0.md
@@ -1,6 +1,5 @@
---
title: "React v0.4.0"
-layout: post
author: Paul O'Shannessy
---
diff --git a/docs/_posts/2013-07-23-community-roundup-5.md b/docs/_posts/2013-07-23-community-roundup-5.md
index 87aa8338e0..ff39aa06b5 100644
--- a/docs/_posts/2013-07-23-community-roundup-5.md
+++ b/docs/_posts/2013-07-23-community-roundup-5.md
@@ -1,6 +1,5 @@
---
title: "Community Round-up #5"
-layout: post
author: Vjeux
---
diff --git a/docs/_posts/2013-07-26-react-v0-4-1.md b/docs/_posts/2013-07-26-react-v0-4-1.md
index 7111e0e80e..96c68c3321 100644
--- a/docs/_posts/2013-07-26-react-v0-4-1.md
+++ b/docs/_posts/2013-07-26-react-v0-4-1.md
@@ -1,6 +1,5 @@
---
title: "React v0.4.1"
-layout: post
author: Paul O'Shannessy
---
diff --git a/docs/_posts/2013-07-30-use-react-and-jsx-in-ruby-on-rails.md b/docs/_posts/2013-07-30-use-react-and-jsx-in-ruby-on-rails.md
index 608da381ce..c8ccc4a6d9 100644
--- a/docs/_posts/2013-07-30-use-react-and-jsx-in-ruby-on-rails.md
+++ b/docs/_posts/2013-07-30-use-react-and-jsx-in-ruby-on-rails.md
@@ -1,6 +1,5 @@
---
title: "Use React and JSX in Ruby on Rails"
-layout: post
author: Paul O'Shannessy
---
diff --git a/docs/_posts/2013-08-05-community-roundup-6.md b/docs/_posts/2013-08-05-community-roundup-6.md
index a038136b56..9dec9e0399 100644
--- a/docs/_posts/2013-08-05-community-roundup-6.md
+++ b/docs/_posts/2013-08-05-community-roundup-6.md
@@ -1,6 +1,5 @@
---
title: "Community Round-up #6"
-layout: post
author: Vjeux
---
@@ -58,7 +57,7 @@ este.demos.react.todoApp = este.react.create (`/** @lends {React.ReactComponent.
[Zaim Bakar](http://zaim.github.io/) shared his boilerplate to get started with Stylus CSS processor.
> This is my boilerplate React project using Grunt as the build tool, and Stylus as my CSS preprocessor.
->
+>
> - Very minimal HTML boilerplate
> - Uses Stylus, with nib included
> - Uses two build targets:
diff --git a/docs/_posts/2013-08-19-use-react-and-jsx-in-python-applications.md b/docs/_posts/2013-08-19-use-react-and-jsx-in-python-applications.md
index 8dd9ac6f6b..825ecaf404 100644
--- a/docs/_posts/2013-08-19-use-react-and-jsx-in-python-applications.md
+++ b/docs/_posts/2013-08-19-use-react-and-jsx-in-python-applications.md
@@ -1,6 +1,5 @@
---
title: "Use React and JSX in Python Applications"
-layout: post
author: Kunal Mehta
---
diff --git a/docs/_posts/2013-08-26-community-roundup-7.md b/docs/_posts/2013-08-26-community-roundup-7.md
index b75b02c25f..86d2ca26a9 100644
--- a/docs/_posts/2013-08-26-community-roundup-7.md
+++ b/docs/_posts/2013-08-26-community-roundup-7.md
@@ -1,6 +1,5 @@
---
title: "Community Round-up #7"
-layout: post
author: Vjeux
---
diff --git a/docs/_posts/2013-09-24-community-roundup-8.md b/docs/_posts/2013-09-24-community-roundup-8.md
index eb7c52f725..b0df78b320 100644
--- a/docs/_posts/2013-09-24-community-roundup-8.md
+++ b/docs/_posts/2013-09-24-community-roundup-8.md
@@ -1,6 +1,5 @@
---
title: "Community Round-up #8"
-layout: post
author: Vjeux
---
diff --git a/docs/_posts/2013-10-16-react-v0.5.0.md b/docs/_posts/2013-10-16-react-v0.5.0.md
index aab495f118..cf327b02df 100644
--- a/docs/_posts/2013-10-16-react-v0.5.0.md
+++ b/docs/_posts/2013-10-16-react-v0.5.0.md
@@ -1,6 +1,5 @@
---
title: "React v0.5"
-layout: post
author: Paul O'Shannessy
---
diff --git a/docs/_posts/2013-10-29-react-v0-5-1.md b/docs/_posts/2013-10-29-react-v0-5-1.md
index dcc8a2e3d8..672870b8e0 100644
--- a/docs/_posts/2013-10-29-react-v0-5-1.md
+++ b/docs/_posts/2013-10-29-react-v0-5-1.md
@@ -1,6 +1,5 @@
---
title: "React v0.5.1"
-layout: post
author: Paul O'Shannessy
---
diff --git a/docs/_posts/2013-10-3-community-roundup-9.md b/docs/_posts/2013-10-3-community-roundup-9.md
index 46accfa62c..888d984a86 100644
--- a/docs/_posts/2013-10-3-community-roundup-9.md
+++ b/docs/_posts/2013-10-3-community-roundup-9.md
@@ -1,6 +1,5 @@
---
title: "Community Round-up #9"
-layout: post
author: Vjeux
---
diff --git a/docs/_posts/2013-11-05-thinking-in-react.md b/docs/_posts/2013-11-05-thinking-in-react.md
index aa2fb4b439..f00aaa30b2 100644
--- a/docs/_posts/2013-11-05-thinking-in-react.md
+++ b/docs/_posts/2013-11-05-thinking-in-react.md
@@ -1,6 +1,5 @@
---
title: "Thinking in React"
-layout: post
author: Pete Hunt
---
diff --git a/docs/_posts/2013-11-06-community-roundup-10.md b/docs/_posts/2013-11-06-community-roundup-10.md
index fa83a4745c..f423fa8170 100644
--- a/docs/_posts/2013-11-06-community-roundup-10.md
+++ b/docs/_posts/2013-11-06-community-roundup-10.md
@@ -1,6 +1,5 @@
---
title: "Community Round-up #10"
-layout: post
author: Vjeux
---
diff --git a/docs/_posts/2013-11-18-community-roundup-11.md b/docs/_posts/2013-11-18-community-roundup-11.md
index b7779b3bd4..0256e32317 100644
--- a/docs/_posts/2013-11-18-community-roundup-11.md
+++ b/docs/_posts/2013-11-18-community-roundup-11.md
@@ -1,6 +1,5 @@
---
title: "Community Round-up #11"
-layout: post
author: Vjeux
---
@@ -89,4 +88,4 @@ This round-up is the proof that React has taken off from its Facebook's root: it
## Random Tweet
-
\ No newline at end of file
+
diff --git a/docs/_posts/2013-12-18-react-v0.5.2-v0.4.2.md b/docs/_posts/2013-12-18-react-v0.5.2-v0.4.2.md
index f59462f239..3c0105dc50 100644
--- a/docs/_posts/2013-12-18-react-v0.5.2-v0.4.2.md
+++ b/docs/_posts/2013-12-18-react-v0.5.2-v0.4.2.md
@@ -1,6 +1,5 @@
---
title: "React v0.5.2, v0.4.2"
-layout: post
author: Paul O'Shannessy
---
diff --git a/docs/_posts/2013-12-19-react-v0.8.0.md b/docs/_posts/2013-12-19-react-v0.8.0.md
index 7c32d1de39..c7a6fe6381 100644
--- a/docs/_posts/2013-12-19-react-v0.8.0.md
+++ b/docs/_posts/2013-12-19-react-v0.8.0.md
@@ -1,6 +1,5 @@
---
title: "React v0.8"
-layout: post
author: Paul O'Shannessy
---
diff --git a/docs/_posts/2013-12-23-community-roundup-12.md b/docs/_posts/2013-12-23-community-roundup-12.md
index 4710cb94ac..7def798cfc 100644
--- a/docs/_posts/2013-12-23-community-roundup-12.md
+++ b/docs/_posts/2013-12-23-community-roundup-12.md
@@ -1,6 +1,5 @@
---
title: "Community Round-up #12"
-layout: post
author: Vjeux
---
diff --git a/docs/_posts/2013-12-30-community-roundup-13.md b/docs/_posts/2013-12-30-community-roundup-13.md
index 2119747031..d647edc159 100644
--- a/docs/_posts/2013-12-30-community-roundup-13.md
+++ b/docs/_posts/2013-12-30-community-roundup-13.md
@@ -1,6 +1,5 @@
---
title: "Community Round-up #13"
-layout: post
author: Vjeux
---
diff --git a/docs/_posts/2014-01-02-react-chrome-developer-tools.md b/docs/_posts/2014-01-02-react-chrome-developer-tools.md
index 69265f5dde..b395fa6692 100644
--- a/docs/_posts/2014-01-02-react-chrome-developer-tools.md
+++ b/docs/_posts/2014-01-02-react-chrome-developer-tools.md
@@ -1,6 +1,5 @@
---
title: "React Chrome Developer Tools"
-layout: post
author: Sebastian Markbåge
---
diff --git a/docs/_posts/2014-01-06-community-roundup-14.md b/docs/_posts/2014-01-06-community-roundup-14.md
index d440daeaf2..a42c645cef 100644
--- a/docs/_posts/2014-01-06-community-roundup-14.md
+++ b/docs/_posts/2014-01-06-community-roundup-14.md
@@ -1,6 +1,5 @@
---
title: "Community Round-up #14"
-layout: post
author: Vjeux
---
diff --git a/docs/_posts/2014-02-05-community-roundup-15.md b/docs/_posts/2014-02-05-community-roundup-15.md
index 8e0d4a1605..30bc07a829 100644
--- a/docs/_posts/2014-02-05-community-roundup-15.md
+++ b/docs/_posts/2014-02-05-community-roundup-15.md
@@ -1,6 +1,5 @@
---
title: "Community Round-up #15"
-layout: post
author: Jonas Gebhardt
---
diff --git a/docs/_posts/2014-02-15-community-roundup-16.md b/docs/_posts/2014-02-15-community-roundup-16.md
index 02ec66cc41..8486e8e847 100644
--- a/docs/_posts/2014-02-15-community-roundup-16.md
+++ b/docs/_posts/2014-02-15-community-roundup-16.md
@@ -1,6 +1,5 @@
---
title: "Community Round-up #16"
-layout: post
author: Jonas Gebhardt
---
diff --git a/docs/_posts/2014-02-16-react-v0.9-rc1.md b/docs/_posts/2014-02-16-react-v0.9-rc1.md
index bee75e5fb2..6e7588bca5 100644
--- a/docs/_posts/2014-02-16-react-v0.9-rc1.md
+++ b/docs/_posts/2014-02-16-react-v0.9-rc1.md
@@ -1,6 +1,5 @@
---
title: React v0.9 RC
-layout: post
author: Ben Alpert
---
diff --git a/docs/_posts/2014-02-20-react-v0.9.md b/docs/_posts/2014-02-20-react-v0.9.md
index 95c6aa9e1d..f44cab8d28 100644
--- a/docs/_posts/2014-02-20-react-v0.9.md
+++ b/docs/_posts/2014-02-20-react-v0.9.md
@@ -1,6 +1,5 @@
---
title: React v0.9
-layout: post
author: Ben Alpert
---
diff --git a/docs/_posts/2014-02-24-community-roundup-17.md b/docs/_posts/2014-02-24-community-roundup-17.md
index ec2d98f8a3..4d7aae9264 100644
--- a/docs/_posts/2014-02-24-community-roundup-17.md
+++ b/docs/_posts/2014-02-24-community-roundup-17.md
@@ -1,6 +1,5 @@
---
title: "Community Round-up #17"
-layout: post
author: Jonas Gebhardt
---
diff --git a/docs/_posts/2014-03-14-community-roundup-18.md b/docs/_posts/2014-03-14-community-roundup-18.md
index 275c8fc307..080537bf8f 100644
--- a/docs/_posts/2014-03-14-community-roundup-18.md
+++ b/docs/_posts/2014-03-14-community-roundup-18.md
@@ -1,6 +1,5 @@
---
title: "Community Round-up #18"
-layout: post
author: Jonas Gebhardt
---
diff --git a/docs/_posts/2014-03-19-react-v0.10-rc1.md b/docs/_posts/2014-03-19-react-v0.10-rc1.md
index 92cd75eb91..d55380d4cc 100644
--- a/docs/_posts/2014-03-19-react-v0.10-rc1.md
+++ b/docs/_posts/2014-03-19-react-v0.10-rc1.md
@@ -1,6 +1,5 @@
---
title: React v0.10 RC
-layout: post
author: Paul O’Shannessy
---
diff --git a/docs/_posts/2014-03-21-react-v0.10.md b/docs/_posts/2014-03-21-react-v0.10.md
index 0bcda6277c..fe816591c7 100644
--- a/docs/_posts/2014-03-21-react-v0.10.md
+++ b/docs/_posts/2014-03-21-react-v0.10.md
@@ -1,6 +1,5 @@
---
title: React v0.10
-layout: post
author: Paul O’Shannessy
---
diff --git a/docs/_posts/2014-03-28-the-road-to-1.0.md b/docs/_posts/2014-03-28-the-road-to-1.0.md
index bf21a7659b..341506ad58 100644
--- a/docs/_posts/2014-03-28-the-road-to-1.0.md
+++ b/docs/_posts/2014-03-28-the-road-to-1.0.md
@@ -1,6 +1,5 @@
---
title: The Road to 1.0
-layout: post
author: Paul O'Shannessy
---
diff --git a/docs/_posts/2014-04-04-reactnet.md b/docs/_posts/2014-04-04-reactnet.md
index 84f252c32d..9aa4efe3a7 100644
--- a/docs/_posts/2014-04-04-reactnet.md
+++ b/docs/_posts/2014-04-04-reactnet.md
@@ -1,6 +1,5 @@
---
title: "Use React and JSX in ASP.NET MVC"
-layout: post
author: Daniel Lo Nigro
---
diff --git a/docs/_posts/2014-05-06-flux.md b/docs/_posts/2014-05-06-flux.md
index 688c5c4505..afa6a6f4b5 100644
--- a/docs/_posts/2014-05-06-flux.md
+++ b/docs/_posts/2014-05-06-flux.md
@@ -1,6 +1,5 @@
---
title: "Flux: An Application Architecture for React"
-layout: post
author: Bill Fisher and Jing Chen
---
diff --git a/docs/_posts/2014-05-29-one-year-of-open-source-react.md b/docs/_posts/2014-05-29-one-year-of-open-source-react.md
index 3447da00eb..7d44e1eb29 100644
--- a/docs/_posts/2014-05-29-one-year-of-open-source-react.md
+++ b/docs/_posts/2014-05-29-one-year-of-open-source-react.md
@@ -1,6 +1,5 @@
---
title: "One Year of Open-Source React"
-layout: post
author: Cheng Lou
---
diff --git a/docs/_posts/2014-06-27-community-roundup-19.md b/docs/_posts/2014-06-27-community-roundup-19.md
index 165a72cdf0..f50b7cc5f5 100644
--- a/docs/_posts/2014-06-27-community-roundup-19.md
+++ b/docs/_posts/2014-06-27-community-roundup-19.md
@@ -1,6 +1,5 @@
---
title: "Community Round-up #19"
-layout: post
author: Cheng Lou
---
diff --git a/docs/_posts/2014-07-13-react-v0.11-rc1.md b/docs/_posts/2014-07-13-react-v0.11-rc1.md
index 17417196a6..cc1b4567c4 100644
--- a/docs/_posts/2014-07-13-react-v0.11-rc1.md
+++ b/docs/_posts/2014-07-13-react-v0.11-rc1.md
@@ -1,6 +1,5 @@
---
title: React v0.11 RC
-layout: post
author: Paul O’Shannessy
---
diff --git a/docs/_posts/2014-07-17-react-v0.11.md b/docs/_posts/2014-07-17-react-v0.11.md
index 10e305c727..ced6874245 100644
--- a/docs/_posts/2014-07-17-react-v0.11.md
+++ b/docs/_posts/2014-07-17-react-v0.11.md
@@ -1,6 +1,5 @@
---
title: React v0.11
-layout: post
author: Paul O’Shannessy
---
diff --git a/docs/_posts/2014-07-25-react-v0.11.1.md b/docs/_posts/2014-07-25-react-v0.11.1.md
index c241b3361e..ce1c09935a 100644
--- a/docs/_posts/2014-07-25-react-v0.11.1.md
+++ b/docs/_posts/2014-07-25-react-v0.11.1.md
@@ -1,6 +1,5 @@
---
title: React v0.11.1
-layout: post
author: Paul O’Shannessy
---
diff --git a/docs/_posts/2014-07-28-community-roundup-20.md b/docs/_posts/2014-07-28-community-roundup-20.md
index 5c46bc1618..0b4cfdf969 100644
--- a/docs/_posts/2014-07-28-community-roundup-20.md
+++ b/docs/_posts/2014-07-28-community-roundup-20.md
@@ -1,6 +1,5 @@
---
title: "Community Round-up #20"
-layout: post
author: Lou Husson
---
@@ -52,12 +51,12 @@ React.renderComponent(
## Thinking and Learning React
-Josephine Hall, working at Icelab, used React to write a mobile-focused application. She wrote a blog post [“Thinking and Learning React.js”](http://icelab.com.au/articles/thinking-and-learning-reactjs/) to share her experience with elements they had to use. You'll learn about routing, event dispatch, touchable components, and basic animations.
+Josephine Hall, working at Icelab, used React to write a mobile-focused application. She wrote a blog post [“Thinking and Learning React.js”](http://icelab.com.au/articles/thinking-and-learning-reactjs/) to share her experience with elements they had to use. You'll learn about routing, event dispatch, touchable components, and basic animations.
## London React Meetup
-If you missed the last [London React Meetup](http://www.meetup.com/London-React-User-Group/events/191406572/), the video is available, with lots of great content.
+If you missed the last [London React Meetup](http://www.meetup.com/London-React-User-Group/events/191406572/), the video is available, with lots of great content.
- What's new in React 0.11 and how to improve performance by guaranteeing immutability
- State handling in React with Morearty.JS
@@ -101,7 +100,7 @@ var Foo = React.createClass({
this.setState({scriptLoading: false, scriptLoadError: true});
},
render: function() {
- var message =
+ var message =
this.state.scriptLoading ? 'Loading script...' :
this.state.scriptLoadError ? 'Loading failed' :
'Loading succeeded';
diff --git a/docs/_posts/2014-07-30-flux-actions-and-the-dispatcher.md b/docs/_posts/2014-07-30-flux-actions-and-the-dispatcher.md
index 7075b900dc..5c6ec2fc58 100644
--- a/docs/_posts/2014-07-30-flux-actions-and-the-dispatcher.md
+++ b/docs/_posts/2014-07-30-flux-actions-and-the-dispatcher.md
@@ -1,6 +1,5 @@
---
title: "Flux: Actions and the Dispatcher"
-layout: post
author: Bill Fisher
---
@@ -30,7 +29,7 @@ Letting the stores update themselves eliminates many entanglements typically fou
Why We Need a Dispatcher
------------------------
-As an application grows, dependencies across different stores are a near certainty. Store A will inevitably need Store B to update itself first, so that Store A can know how to update itself. We need the dispatcher to be able to invoke the callback for Store B, and finish that callback, before moving forward with Store A. To declaratively assert this dependency, a store needs to be able to say to the dispatcher, "I need to wait for Store B to finish processing this action." The dispatcher provides this functionality through its waitFor() method.
+As an application grows, dependencies across different stores are a near certainty. Store A will inevitably need Store B to update itself first, so that Store A can know how to update itself. We need the dispatcher to be able to invoke the callback for Store B, and finish that callback, before moving forward with Store A. To declaratively assert this dependency, a store needs to be able to say to the dispatcher, "I need to wait for Store B to finish processing this action." The dispatcher provides this functionality through its waitFor() method.
The dispatch() method provides a simple, synchronous iteration through the callbacks, invoking each in turn. When waitFor() is encountered within one of the callbacks, execution of that callback stops and waitFor() provides us with a new iteration cycle over the dependencies. After the entire set of dependencies have been fulfilled, the original callback then continues to execute.
diff --git a/docs/_posts/2014-08-03-community-roundup-21.md b/docs/_posts/2014-08-03-community-roundup-21.md
index 9b1afe0c9a..3c4bb3c213 100644
--- a/docs/_posts/2014-08-03-community-roundup-21.md
+++ b/docs/_posts/2014-08-03-community-roundup-21.md
@@ -1,6 +1,5 @@
---
title: "Community Round-up #21"
-layout: post
author: Lou Husson
---