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

8 lines
103 B
Plaintext

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