Sha256: f84dfde07c155a4850c9f5cf6c9e0d2f52e15552489ec230d4edb00dc30be0cf

Contents?: true

Size: 992 Bytes

Versions: 188

Compression:

Stored size: 992 Bytes

Contents

{% assign entries = site.posts | where: "category", "news-and-events" %}

<div class="container text-center">

  <div class="row">
    <div class="col">
      <div class="display-6"><i class="fa-solid fa-calendar-days"></i></div>
      <div class="display-6">News and Events</div>
    </div>
  </div>

  <div class="row mt-3 text-start">
    <div class="col">
      <div class="list-group shadow mb-3">
        {% for i in entries limit:5 %}
        {%- assign date_format = site.date_format | default: "%b %-d, %Y" -%}
        <a href="{{ i.link }}" class="list-group-item list-group-item-action">
          <div class="d-flex gap-2w-100 justify-content-between">
            <h5 class="pt-0 mt-1 mb-1 fw-bold text-primary">{{ i.title }}</h5>
            <small class="text-muted">{{ i.date | date: date_format }}</small>
          </div>
          <p class="mb-1">{{ i.excerpt | strip_html | slice: 0,150 }}...</p>
        </a>
        {% endfor %}
      </div>
    </div>
  </div>

</div>

Version data entries

188 entries across 188 versions & 1 rubygems

Version Path
jekyll-theme-centos-2.51.0 _includes/home/news-and-events.html
jekyll-theme-centos-2.50.0 _includes/home/news-and-events.html
jekyll-theme-centos-2.49.0 _includes/home/news-and-events.html
jekyll-theme-centos-2.48.0 _includes/home/news-and-events.html
jekyll-theme-centos-2.47.0 _includes/home/news-and-events.html
jekyll-theme-centos-2.46.1 _includes/home/news-and-events.html
jekyll-theme-centos-2.46.0 _includes/home/news-and-events.html
jekyll-theme-centos-2.45.0 _includes/home/news-and-events.html
jekyll-theme-centos-2.44.0 _includes/home/news-and-events.html
jekyll-theme-centos-2.43.0 _includes/home/news-and-events.html
jekyll-theme-centos-2.42.0 _includes/home/news-and-events.html
jekyll-theme-centos-2.41.0 _includes/home/news-and-events.html
jekyll-theme-centos-2.40.0 _includes/home/news-and-events.html
jekyll-theme-centos-2.39.0 _includes/home/news-and-events.html
jekyll-theme-centos-2.38.0 _includes/home/news-and-events.html
jekyll-theme-centos-2.37.0 _includes/home/news-and-events.html
jekyll-theme-centos-2.36.0 _includes/home/news-and-events.html
jekyll-theme-centos-2.35.0 _includes/home/news-and-events.html
jekyll-theme-centos-2.34.0 _includes/home/news-and-events.html
jekyll-theme-centos-2.33.0 _includes/home/news-and-events.html