1
0
Fork 0
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:
Paul McMahon 2020-06-09 02:23:57 +09:00 committed by GitHub
parent 82cb276e53
commit 08168ca181
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 0 additions and 38 deletions

View file

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

View file

@ -1,3 +0,0 @@
<%= data.pages.first %>
<%#= data.pages.first(2) %>
<%#= data.pages.first(2).first %>

View file

@ -1,3 +0,0 @@
<%= data.pages.last %>
<%#= data.pages.last(2) %>
<%#= data.pages.last(2).last %>

View file

@ -1,6 +0,0 @@
<html>
<body>
<%#= data.pages[1].guid %>
<%= yield %>
</body>
</html>

View file

@ -1,5 +0,0 @@
---
layout: false
---
No layout

View file

@ -1,3 +0,0 @@
# data.people.each do |p|
# proxy "/#{p.slug}.html", '/person.html', ignore: true, locals: { person: p }
# end

View file

@ -1,6 +0,0 @@
-
slug: "one"
name: "Person One"
-
slug: "two"
name: "Person Two"

View file

@ -1 +0,0 @@
<%= person.name %>