remove instance variable and page block support

This commit is contained in:
Thomas Reynolds 2014-01-03 15:49:54 -08:00
parent 614d69dc18
commit 98e3c8aa79
20 changed files with 54 additions and 139 deletions

View file

@ -7,7 +7,7 @@
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
<!-- Use title if it's in the page YAML frontmatter -->
<title><%= current_page.data.title || "The Middleman" %></title>
<title><%= data.page.title || "The Middleman" %></title>
<%= stylesheet_link_tag "normalize", "all" %>
<%= javascript_include_tag "all" %>