middleman/middleman-core/fixtures/frontmatter-app/source/front-matter-line-2.html.erb
2015-06-16 15:30:37 -07:00

11 lines
122 B
Plaintext

<h2> Test</h2>
<h1><%= current_page.data.title %></h1>
---
layout: false
title: This is the title
---
<div>Stuff</div>