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

8 lines
113 B
Plaintext

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