--- layout: default title: Release Management Blog home: true prefix: [1,2,3,4,5,6] ---
{% for post in paginator.posts %} {% assign prefix = page.prefix | sample: 2 %}

{{ post.title }}

{{ post.excerpt | strip_html | truncatewords: 65 }}
{% endfor %}
{% if paginator.total_pages > 1 %} {% endif %}