Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 435 Bytes

File metadata and controls

22 lines (14 loc) · 435 Bytes
layout onecolumn
title CAPRI goodies
subtitle Demonstration projects around the CAPRI model
    {% for post in site.posts %}
    {% if post.genre == 'capridemo' %}
      <li><span>{{ post.date | date_to_string }}</span> &raquo; <span>{{ post.title }}</span><br /> {{ post.subtitle}} <a href="{{ post.url }}">more...</a> </li>
    
    
    {% endif  %}
    
    {% endfor %}