Around CentOS
{% assign channels = site.data.centos.planet.rss.channel %}
{% for i in channels limit:12 %}{% if forloop.index > 4 %}
{{ i.item.title }}{{ i.item.description | strip_html | slice: 0,150 }}...
{% endif %}{% endfor %}