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,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