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">
|
2013-06-03 07:03:57 +08:00
|
|
|
{% include nav_blog.html %}
|
2013-06-03 06:48:15 +08:00
|
|
|
<div class="inner-content">
|
2013-06-04 04:04:52 +08:00
|
|
|
<h1>{{ page.title }}</h1>
|
|
|
|
|
<p class="meta">{{ page.date | date: "%B %e, %Y" }} by {{ page.author }}</p>
|
|
|
|
|
|
|
|
|
|
<hr>
|
|
|
|
|
|
|
|
|
|
<div class="post">
|
|
|
|
|
{{ content }}
|
|
|
|
|
</div>
|
2013-06-06 14:18:16 +08:00
|
|
|
|
|
|
|
|
<div class="fb-like" data-send="true" data-width="650" data-show-faces="false"></div>
|
2013-06-19 01:20:34 +08:00
|
|
|
<div class="fb-comments" data-width="650" data-num-posts="10" data-href="{{ site.url }}{{ site.baseurl }}{{ page.url }}"></div>
|
2013-05-30 03:46:11 +08:00
|
|
|
</div>
|
|
|
|
|
</section>
|