Sha256: 19a565841d1912ad58da5acfa893fd4467ab4a4e891d7ecad12a6075aee9e034

Contents?: true

Size: 330 Bytes

Versions: 13

Compression:

Stored size: 330 Bytes

Contents

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

  <div class="card">
      <ul class="card-body">
      {% for i in site.posts limit:5 %}
        <a href="{{ i.url }}"><li class="card-title">{{ i.title }}</li></a>
      {% endfor %}
      </ul>
  </div>

</section>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
jekyll-theme-centos-0.1.18 _includes/home/news.html
jekyll-theme-centos-0.1.17 _includes/home/news.html
jekyll-theme-centos-0.1.16 _includes/home/news.html
jekyll-theme-centos-0.1.15 _includes/home/news.html
jekyll-theme-centos-0.1.14 _includes/home/news.html
jekyll-theme-centos-0.1.13 _includes/home/news.html
jekyll-theme-centos-0.1.12 _includes/home/news.html
jekyll-theme-centos-0.1.11 _includes/home/news.html
jekyll-theme-centos-0.1.10 _includes/home/news.html
jekyll-theme-centos-0.1.9 _includes/home/news.html
jekyll-theme-centos-0.1.8 _includes/home/news.html
jekyll-theme-centos-0.1.7 _includes/home/news.html
jekyll-theme-centos-0.1.6 _includes/home/news.html