2016-04-12 04:08:27 +00:00
|
|
|
---
|
|
|
|
layout: default
|
|
|
|
---
|
|
|
|
<article class="post">
|
|
|
|
|
|
|
|
<header class="post-header">
|
|
|
|
<h1 class="post-title">{{ page.title }}</h1>
|
|
|
|
</header>
|
|
|
|
|
|
|
|
<div class="post-content">
|
2016-05-23 01:49:37 +00:00
|
|
|
<div class="category-description">
|
|
|
|
{{ page.description }}
|
|
|
|
</div>
|
2016-05-04 19:16:23 +00:00
|
|
|
{% include post_list.html categories=page.category limit=1000000 %}
|
2016-04-12 04:08:27 +00:00
|
|
|
</div>
|
|
|
|
|
|
|
|
</article>
|