theshell.ch/site/_layouts/topic.html
bevilj 2441722753 fix tags and search variables
git-svn-id: svn+ssh://atelier.inf.usi.ch/home/bevilj/group-1@234 a672b425-5310-4d7a-af5c-997e18724b81
2018-11-16 12:47:48 +00:00

22 lines
570 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 class="list-commands">
{% for item in site.pages %}
{% if item.category-page == page.category-page and item.layout == "page" or item.layout == "about" %}
<li><span class="before-command">></span><a href="{{ item.url }}">{{ item.title }}<span class="blink"></span></a></li>
{% endif %}
{% endfor %}
</ul>
</div>
</article>