2016-04-12 04:08:27 +00:00
|
|
|
---
|
|
|
|
layout: default
|
|
|
|
---
|
|
|
|
<article class="post">
|
2016-05-23 15:16:49 +00:00
|
|
|
{% include category_menu_top.html %}
|
|
|
|
|
2016-04-12 04:08:27 +00:00
|
|
|
<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 }}
|
2016-05-23 14:55:49 +00:00
|
|
|
<hr style="width: 20%; margin-top: 1em; margin-left: 40%; margin-right: 40%; text-align: center"/>
|
2016-05-23 01:49:37 +00:00
|
|
|
</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>
|