Revert "Frontmatter parseing changes broke some whitespace in tests, but shouldn't be a regression"
This reverts commit 5e3ddbf988
.
This commit is contained in:
parent
9686c1ec7a
commit
0698d7f5aa
5 changed files with 21 additions and 23 deletions
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
---
|
||||
title: "New Article Title"
|
||||
date: 2011-01-01
|
||||
layout: inner
|
||||
---
|
||||
|
||||
The Article Content
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
---
|
||||
title: "Index Title"
|
||||
layout: inner
|
||||
---
|
||||
Template
|
||||
|
||||
Template
|
|
@ -1,4 +1,4 @@
|
|||
<% wrap_layout :outer do %>
|
||||
Inner
|
||||
<%= yield %>
|
||||
<% end %>
|
||||
Inner
|
||||
<%= yield %>
|
||||
<% end %>
|
|
@ -1,4 +1,4 @@
|
|||
<% wrap_layout :master do %>
|
||||
Outer
|
||||
<%= yield %>
|
||||
<% end %>
|
||||
Outer
|
||||
<%= yield %>
|
||||
<% end %>
|
Loading…
Add table
Add a link
Reference in a new issue