This website requires JavaScript.
Explore
Help
Sign In
deac
/
middleman
Watch
1
Star
0
Fork
You've already forked middleman
0
Code
Issues
Pull requests
Releases
Wiki
Activity
1019c7803c
middleman
/
middleman-core
/
fixtures
/
frontmatter-app
/
source
/
front-matter-encoding.html.erb
7 lines
97 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Only allow frontmatter on first line, unless we have a ruby 1.9 encoding comment, then allow it on the second line. Fixes #446
2012-05-25 22:17:22 +02:00
# encoding: UTF-8
front matter test case and further support
2011-07-07 07:56:20 +02:00
---
layout: false
title: This is the title
---
refactor Server into a dynamically loadable class
2011-07-13 09:38:04 +02:00
<h1><%= data.page.title %></h1>
Reference in a new issue
Copy permalink