react/docs/_layouts/post.html

13 lines
243 B
HTML
Raw Normal View History

2013-05-30 03:46:11 +08:00
---
layout: default
2013-06-03 06:48:15 +08:00
sectionid: blog
2013-05-30 03:46:11 +08:00
---
2013-06-13 03:43:37 +08:00
<section class="content wrap blogContent">
2016-10-22 03:58:46 +08:00
2013-06-03 06:48:15 +08:00
<div class="inner-content">
2015-05-02 09:03:46 +08:00
{% include blog_post.html isPermalink="true" page=page content=content %}
2013-05-30 03:46:11 +08:00
</div>
2016-10-22 03:58:46 +08:00
{% include nav_blog.html %}
2013-05-30 03:46:11 +08:00
</section>