remove instance variable and page block support
This commit is contained in:
parent
614d69dc18
commit
98e3c8aa79
20 changed files with 54 additions and 139 deletions
|
@ -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" %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue