mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
Remove unused fixtures (#2332)
In 09fbd968ae
fixtures were added that
weren't used, and so it looks like they were committed by accident.
This commit removes these unused fixtures, and removes data in page.yml
that wasn't actually used.
This commit is contained in:
parent
82cb276e53
commit
08168ca181
10 changed files with 0 additions and 38 deletions
|
@ -1,16 +1,6 @@
|
|||
-
|
||||
from: "/test1.html"
|
||||
to: "/index.html"
|
||||
guid: 0
|
||||
-
|
||||
from: "/test2.html"
|
||||
to: "/index.html"
|
||||
guid: 1
|
||||
-
|
||||
from: "/test3.html"
|
||||
to: "/index.html"
|
||||
guid: 2
|
||||
-
|
||||
from: "/test4.html"
|
||||
to: "/index.html"
|
||||
guid: 3
|
|
@ -1,3 +0,0 @@
|
|||
<%= data.pages.first %>
|
||||
<%#= data.pages.first(2) %>
|
||||
<%#= data.pages.first(2).first %>
|
|
@ -1,3 +0,0 @@
|
|||
<%= data.pages.last %>
|
||||
<%#= data.pages.last(2) %>
|
||||
<%#= data.pages.last(2).last %>
|
|
@ -1,6 +0,0 @@
|
|||
<html>
|
||||
<body>
|
||||
<%#= data.pages[1].guid %>
|
||||
<%= yield %>
|
||||
</body>
|
||||
</html>
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
layout: false
|
||||
---
|
||||
|
||||
No layout
|
|
@ -1 +0,0 @@
|
|||
2
|
|
@ -1,3 +0,0 @@
|
|||
# data.people.each do |p|
|
||||
# proxy "/#{p.slug}.html", '/person.html', ignore: true, locals: { person: p }
|
||||
# end
|
|
@ -1,6 +0,0 @@
|
|||
-
|
||||
slug: "one"
|
||||
name: "Person One"
|
||||
-
|
||||
slug: "two"
|
||||
name: "Person Two"
|
|
@ -1 +0,0 @@
|
|||
<%= person.name %>
|
Loading…
Reference in a new issue