theshell.ch/site/_layouts/topic.html
britea dc1ec7dfca css-team: list commands
git-svn-id: svn+ssh://atelier.inf.usi.ch/home/bevilj/group-1@64 a672b425-5310-4d7a-af5c-997e18724b81
2018-11-08 18:04:08 +00:00

22 lines
446 B
HTML

---
layout: main
---
<article class="post">
<header class="post-header">
<h2 class="post-title">{{ page.title }}</h2>
</header>
<div class="post-content">
{{ content }}
<ol>
{% for item in site.pages %}
{% if item.category == page.category and item.layout != "topic" %}
<li class="list-commands"><a href="{{ item.url }}">{{ item.title }}</a></li>
{% endif %}
{% endfor %}
</ol>
</div>
</article>