middleman/middleman-core/fixtures/frontmatter-app/source/front-matter-2.php.erb

8 lines
109 B
Text
Raw Normal View History

2011-12-11 16:22:38 -08:00
---
layout: false
title: This is the title
---
<h1><%= current_page.data.title %></h1>
<?php echo "sup"; ?>