20 lines
488 B
HTML
20 lines
488 B
HTML
---
|
|
layout: default
|
|
---
|
|
<article class="post">
|
|
{% include category_menu_top.html %}
|
|
|
|
<header class="post-header">
|
|
<h1 class="post-title">{{ page.title }}</h1>
|
|
</header>
|
|
|
|
<div class="post-content">
|
|
<div class="category-description">
|
|
{{ page.description }}
|
|
<hr style="width: 20%; margin-top: 1em; margin-left: 40%; margin-right: 40%; text-align: center"/>
|
|
</div>
|
|
{% include post_list.html categories=page.category limit=1000000 %}
|
|
</div>
|
|
|
|
</article>
|