Sha256: 5f461959207fd8bf8ddf48a03ee228468d463eda17b82bbab22f74be7002c886

Contents?: true

Size: 397 Bytes

Versions: 6

Compression:

Stored size: 397 Bytes

Contents

---
layout: default
bodyClass: home
---

<section class="news">
  <h2 class="section-title">News</h2>

  <div class="items">
    {% for post in site.posts %}
      <article class="news-item-card">
        <h3 class="title"><a href="{{ post.url | relative_url }}">{{ post.title }}</a></h3>
        <div class="excerpt">{{ post.excerpt }}</div>
      </article>
    {% endfor %}
  </div>
</section>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
jekyll-theme-isotc211-0.2 _layouts/home.html
jekyll-theme-isotc211-0.1.5 _layouts/home.html
jekyll-theme-isotc211-0.1.4 _layouts/home.html
jekyll-theme-isotc211-0.1.3 _layouts/home.html
jekyll-theme-isotc211-0.1.2 _layouts/home.html
jekyll-theme-isotc211-0.1.1 _layouts/home.html