d31d755369
git-svn-id: svn+ssh://atelier.inf.usi.ch/home/bevilj/group-1@90 a672b425-5310-4d7a-af5c-997e18724b81
21 lines
540 B
HTML
21 lines
540 B
HTML
---
|
|
layout: main
|
|
---
|
|
<article class="post">
|
|
|
|
<header class="post-header">
|
|
<h2 class="post-title">{{ page.title }}</h2>
|
|
</header>
|
|
|
|
<div class="post-content list-commands-container">
|
|
{{ content }}
|
|
<ul>
|
|
{% for item in site.pages %}
|
|
{% if item.category-page == page.category-page and item.layout == "page" %}
|
|
<li class="list-commands"><span id="before-command"><</span><a href="{{ item.url }}">{{ item.title }}<span class="blink"></span></a></li>
|
|
{% endif %}
|
|
{% endfor %}
|
|
</ul>
|
|
</div>
|
|
|
|
</article>
|