2018-11-05 20:03:04 +00:00
|
|
|
---
|
|
|
|
layout: main
|
|
|
|
---
|
|
|
|
<article class="post">
|
|
|
|
|
|
|
|
<header class="post-header">
|
|
|
|
<h2 class="post-title">{{ page.title }}</h2>
|
|
|
|
</header>
|
|
|
|
|
|
|
|
<div class="post-content">
|
2018-11-08 13:46:05 +00:00
|
|
|
<ol>
|
|
|
|
{% for item in site.pages %}
|
|
|
|
{% if item.category == page.category and item.layout != "topic" %}
|
|
|
|
<li>{{ item.title }}</li>
|
|
|
|
{% endif %}
|
|
|
|
{% endfor %}
|
|
|
|
</ol>
|
2018-11-05 20:03:04 +00:00
|
|
|
</div>
|
|
|
|
</article>
|