middleman/middleman-core/fixtures/frontmatter-app/source/front-matter.html.erb

8 lines
95 B
Plaintext

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