Sha256: 882cbfd96906ba8e3361a6b74e4e277c356e685e6cc5f34b04d862952478b324
Contents?: true
Size: 412 Bytes
Versions: 1
Compression:
Stored size: 412 Bytes
Contents
--- layout: default bodyClass: home --- {{ content }} <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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-isotc211-0.2.1 | _layouts/home.html |