test/fixtures/layouts/default.html in nanoc-conref-fs-0.2.1 vs test/fixtures/layouts/default.html in nanoc-conref-fs-0.3.0
- old
+ new
@@ -5,10 +5,10 @@
<%= @item[:title] %>
</title>
</head>
<body>
-
+ <% if @item[:title] =~ /Testing attributes/ %><%= @item[:just_a_key] %><% end %>
<%= @item[:intro] %>
<%= @item[:parents] %>
<%= yield %>
</body>