Skip to content
Snippets Groups Projects
index.md 343 B
Newer Older
  • Learn to ignore specific revisions
  • ---
    layout: default
    
    Michael Kohlhase's avatar
    Michael Kohlhase committed
    title: Systems and Libraries
    
    permalink: /systems/
    ---
    
    {% assign systems = site.pages | where: "layout", "system" | sort: "start_date" %}
    
    <ul class="collection">
        {% for item in systems %}
            {% unless item.end_date %}
    
    Tom Wiesing's avatar
    Tom Wiesing committed
                {% include psitem.html item=item %}
    
            {% endunless %}
        {% endfor %}
    
    Michael Kohlhase's avatar
    Michael Kohlhase committed
    </ul>