Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 527 Bytes

File metadata and controls

17 lines (16 loc) · 527 Bytes
layout default
title Articles

Articles

    {% for post in site.posts %}
  • {{ post.date }}

    {% if post.description %}{{ post.description | strip_html | strip_newlines | truncate: 120 }}{% else %}{{ post.content | strip_html | strip_newlines | truncate: 120 }}{% endif %}

  • {% endfor %}