From f19396576f75e106425756060f7c1a2e802d629f Mon Sep 17 00:00:00 2001 From: Steven Benner Date: Sun, 15 Jul 2012 04:43:12 -0700 Subject: [PATCH] Added isChild block. --- _posts/05-03-01-Design-Patterns.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_posts/05-03-01-Design-Patterns.md b/_posts/05-03-01-Design-Patterns.md index 8545fba..562ddaf 100644 --- a/_posts/05-03-01-Design-Patterns.md +++ b/_posts/05-03-01-Design-Patterns.md @@ -1,3 +1,7 @@ +--- +isChild: true +--- + # Application Design Patterns There are numerous ways to structure your web applications, and you can put as much or as little thought as you like