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 18:04:08 +00:00
|
|
|
{{ content }}
|
2018-11-09 23:57:21 +00:00
|
|
|
<ul>
|
2018-11-08 13:46:05 +00:00
|
|
|
{% for item in site.pages %}
|
2018-11-09 23:57:21 +00:00
|
|
|
{% if item.category-page == page.category-page and item.layout == "page" %}
|
|
|
|
<li class="list-commands"><a href="{{ item.url }}">{{ item.title }}</a></li>
|
2018-11-08 18:04:08 +00:00
|
|
|
{% endif %}
|
2018-11-08 13:46:05 +00:00
|
|
|
{% endfor %}
|
2018-11-09 23:57:21 +00:00
|
|
|
</ul>
|
2018-11-05 20:03:04 +00:00
|
|
|
</div>
|
2018-11-08 18:04:08 +00:00
|
|
|
|
2018-11-05 20:03:04 +00:00
|
|
|
</article>
|