Skip to content

Latest commit

 

History

History
16 lines (16 loc) · 355 Bytes

File metadata and controls

16 lines (16 loc) · 355 Bytes
layout page
title Posts
    {% assign posts_list = site.posts %} {% for node in posts_list %} {% if node.title != null %} {% if node.layout == "post" %}
  • {{ node.title }} ({{ node.date | date_to_string }})
  • {% endif %} {% endif %} {% endfor %}