Sha256: 6e12bf409928db0dd6207a1e8150610c8a72b72bb711dccdda6e1357220338b2

Contents?: true

Size: 397 Bytes

Versions: 9

Compression:

Stored size: 397 Bytes

Contents

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

  <h2>News and events</h2>

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

</section>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
jekyll-theme-centos-0.4.0 _includes/home/news.html
jekyll-theme-centos-0.3.0 _includes/home/news.html
jekyll-theme-centos-0.2.6 _includes/home/news.html
jekyll-theme-centos-0.2.5 _includes/home/news.html
jekyll-theme-centos-0.2.4 _includes/home/news.html
jekyll-theme-centos-0.2.3 _includes/home/news.html
jekyll-theme-centos-0.2.2 _includes/home/news.html
jekyll-theme-centos-0.2.1 _includes/home/news.html
jekyll-theme-centos-0.2.0 _includes/home/news.html