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>
|
|
|
|
|
2018-11-10 22:03:53 +00:00
|
|
|
<div class="post-content list-commands-container">
|
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" %}
|
2018-11-11 10:20:22 +00:00
|
|
|
<li class="list-commands"><span id="before-command"><</span><a href="{{ item.url }}">{{ item.title }}<span class="blink"></span></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>
|