react/docs/_layouts/post.html

13 lines
194 B
HTML
Raw Normal View History

2013-05-30 03:46:11 +08:00
---
layout: default
---
<section class="content wrap">
<h2>{{ page.title }}</h2>
<p class="meta">{{ page.date | date_to_string }}</p>
<div id="post">
{{ content }}
</div>
</section>