Sha256: a4ff27952d21002663ae08962373f8b17e1e509cd8ce18a87c33fd252242397d

Contents?: true

Size: 363 Bytes

Versions: 1

Compression:

Stored size: 363 Bytes

Contents

<section class="news">
  <header>
    <h2><i class="fas fa-calendar-alt"></i> News and events</h2>
  </header>

  {% assign blog_posts = site.posts | where: "category", "blog" %}
  {% for i in blog_posts limit:3 %}
  <div class="row">
      <div class="col">
        <h4>{{ i.title }}</h4>
        {{ i.excerpt }}
      </div>
  </div>
  {% endfor %}

</section>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-theme-centos-0.1.25 _includes/home/news.html