theshell.ch/site/_layouts/topic.html
britea a80ce6491b css-team: insert basic next/pre page
git-svn-id: svn+ssh://atelier.inf.usi.ch/home/bevilj/group-1@246 a672b425-5310-4d7a-af5c-997e18724b81
2018-11-17 15:10:28 +00:00

23 lines
598 B
HTML

---
layout: main
author: Andrea Brites Marto
---
<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>