Ensuring that layout is only set to the default value if layout is not specified

This commit is contained in:
Parker Moore
2013-01-12 15:31:14 -08:00
parent 11ca1dfa78
commit 5a3e05dbff
7 changed files with 59 additions and 4 deletions

View File

@@ -0,0 +1,6 @@
---
layout: nil
title: No layout
---
This post has no layout.

View File

@@ -0,0 +1,5 @@
---
title: I have no layout
---
This post will be rendered with the "post" layout.