middleman/middleman-core/fixtures/frontmatter-app/source/raw-front-matter.html

6 lines
79 B
HTML
Raw Normal View History

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