Sha256: d4964ed660358a513d823ba94bcfa9a6828b955a9d1e3e8caf2009bf580222bb

Contents?: true

Size: 430 Bytes

Versions: 12

Compression:

Stored size: 430 Bytes

Contents

<section class="home__content__news-and-events">

  <h2>News and events</h2>

  <ul>
  {% assign blog_posts = site.posts | where: "category", "news-and-events" %}
  {% for i in blog_posts limit:4 %}
  {%- assign date_format = site.date_format | default: "%b %-d, %Y" -%}
  <li><a href="{{ i.url }}">{{ i.title }}</a><br>{{ i.date | date: date_format }} &mdash; {{ i.excerpt | strip_html }}</li>
  {% endfor %}
  </ul>

</section>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
jekyll-theme-centos-0.6.9 _includes/home/news-and-events.html
jekyll-theme-centos-0.6.8 _includes/home/news-and-events.html
jekyll-theme-centos-0.6.7 _includes/home/news-and-events.html
jekyll-theme-centos-0.6.6 _includes/home/news-and-events.html
jekyll-theme-centos-0.6.5 _includes/home/news-and-events.html
jekyll-theme-centos-0.6.4 _includes/home/news-and-events.html
jekyll-theme-centos-0.6.3 _includes/home/news-and-events.html
jekyll-theme-centos-0.6.2 _includes/home/news-and-events.html
jekyll-theme-centos-0.6.1 _includes/home/news-and-events.html
jekyll-theme-centos-0.6.0 _includes/home/news-and-events.html
jekyll-theme-centos-0.5.12 _includes/home/news-and-events.html
jekyll-theme-centos-0.5.11 _includes/home/news-and-events.html