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

7 lines
104 B
Plaintext
Raw Normal View History

# encoding: UTF-8
;;;
"layout": false,
"title": "This is the title"
;;;
<h1><%= data.page.title %></h1>