split into middleman-core and middleman-more
This commit is contained in:
parent
8e66929a3f
commit
c8a134a386
767 changed files with 738 additions and 301 deletions
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Page Number One
|
||||
layout: inner
|
||||
---
|
||||
Page #1
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Page Number Two
|
||||
layout: outer
|
||||
---
|
||||
Page #2
|
|
@ -0,0 +1 @@
|
|||
Template
|
|
@ -0,0 +1,4 @@
|
|||
<% wrap_layout :outer do %>
|
||||
Inner
|
||||
<%= yield %>
|
||||
<% end %>
|
|
@ -0,0 +1,3 @@
|
|||
Master
|
||||
<%= data.page.title %>
|
||||
<%= yield %>
|
|
@ -0,0 +1,4 @@
|
|||
<% wrap_layout :master do %>
|
||||
Outer
|
||||
<%= yield %>
|
||||
<% end %>
|
Loading…
Add table
Add a link
Reference in a new issue