Blame _includes/centos-around.html

f365d6
<section class="home__content__planet">
8323e8
f365d6
  

Around CentOS

f365d6
f365d6
  
    f365d6
      {% assign entries = site.data.centos.planet %}
    f365d6
      {% for i in entries limit:8 %}
    f365d6
      {%- assign date_format = site.date_format | default: "%b %-d, %Y" -%}
    f365d6
      
  • {{ i.title }}
    {{ i.published | date: date_format }} — {{ i.summary | strip_html | slice: 0,150 }}...
  • f365d6
      {% endfor %}
    f365d6
      
    f365d6
    f365d6
    </section>