2018-11-05 20:03:04 +00:00
|
|
|
---
|
|
|
|
layout: main
|
2018-11-17 15:10:28 +00:00
|
|
|
author: Andrea Brites Marto
|
2018-11-05 20:03:04 +00:00
|
|
|
---
|
|
|
|
<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-11 16:26:01 +00:00
|
|
|
<ul class="list-commands">
|
2018-11-08 13:46:05 +00:00
|
|
|
{% for item in site.pages %}
|
2018-11-16 12:47:48 +00:00
|
|
|
{% if item.category-page == page.category-page and item.layout == "page" or item.layout == "about" %}
|
2018-11-11 16:26:01 +00:00
|
|
|
<li><span class="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>
|