+
+ {% assign cols = site[page.collection] %}
+ {% if page.collection_reverse == true %}{% assign cols = cols | reverse %}{% endif %}
+ {% for item in cols %}
+
+
+ {{ item.excerpt | strip_html | strip_newlines | truncate: 156 }}
+ {{ item.date | date_to_string }} |
+
+ {% endfor %}
+