--- title: All Articles - CUPS.org layout: default ---

All Articles

{% for post in site.posts offset: 0 %}

{{ post.date | date_to_string }}{{post.title}}

{{ post.excerpt }} {% if post.excerpt != post.content %}

Read

{% endif %} {% endfor %}