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

7 lines
97 B
Plaintext

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