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

7 lines
100 B
Plaintext

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