Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 395 Bytes

File metadata and controls

21 lines (15 loc) · 395 Bytes
layout default
title News
subtitle News items

News

    {% for post in site.posts %}
    {% if post.genre == 'news' %}
      <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 %}