Sha256: 0df06ecfda78b5d781f8fe8fc562b4140d7428efcae893b0e911153e9d526308

Contents?: true

Size: 621 Bytes

Versions: 25

Compression:

Stored size: 621 Bytes

Contents

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

  <h2 class="home__news-and-events__title">News and events</h2>

  <div class="home__news-and-events__content">
{% assign blog_posts = site.posts | where: "category", "news-and-events" %}
{% for i in blog_posts limit:5 %}
{%- assign date_format = site.date_format | default: "%b %-d, %Y" -%}
  <a class="btn" role="button" href="{{ i.url }}">
  <div class="card">
  <h3 class="card-title">{{ i.title }}</h3>
  <div class="card-body">{{ i.date | date: date_format }} &mdash; {{ i.excerpt | strip_html }}</div>
  </div>
  </a>
{% endfor %}
  </div>

</section>

Version data entries

25 entries across 25 versions & 2 rubygems

Version Path
jekyll-theme-centos-0.9.20221031122647 _includes/home/news-and-events.html
jekyll-theme-centos-0.9.20220805132206 _includes/home/news-and-events.html
jekyll-theme-centos-test-1.0.33 _includes/home/news-and-events.html
jekyll-theme-centos-test-1.0.32 _includes/home/news-and-events.html
jekyll-theme-centos-test-1.0.24 _includes/home/news-and-events.html
jekyll-theme-centos-test-1.0.23 _includes/home/news-and-events.html
jekyll-theme-centos-0.9.20220227231551 _includes/home/news-and-events.html
jekyll-theme-centos-0.9.20220212202853 _includes/home/news-and-events.html
jekyll-theme-centos-0.9.20220212195701 _includes/home/news-and-events.html
jekyll-theme-centos-0.9.20220201124228 _includes/home/news-and-events.html
jekyll-theme-centos-0.9.20220201033517 _includes/home/news-and-events.html
jekyll-theme-centos-0.9.20220201032927 _includes/home/news-and-events.html
jekyll-theme-centos-0.9.20211202171349 _includes/home/news-and-events.html
jekyll-theme-centos-0.9.20211031215618 _includes/home/news-and-events.html
jekyll-theme-centos-0.8.10 _includes/home/news-and-events.html
jekyll-theme-centos-0.8.9 _includes/home/news-and-events.html
jekyll-theme-centos-0.8.8 _includes/home/news-and-events.html
jekyll-theme-centos-0.8.7 _includes/home/news-and-events.html
jekyll-theme-centos-0.8.6 _includes/home/news-and-events.html
jekyll-theme-centos-0.8.5 _includes/home/news-and-events.html