Sha256: bb2be41d8991ef1c9c5df5ddde0fa7ad8f81e5b9cd5f4985cab45ef6cc344874
Contents?: true
Size: 505 Bytes
Versions: 1
Compression:
Stored size: 505 Bytes
Contents
<article class=" news-item-card {% if post.illustration %}news-item--with-illustration{% endif %}"> {% if post.illustration %} <a class="illustration-container" href="{{ post.url | relative_url }}"> <img src="{{ post.illustration | relative_url }}"> </a> {% endif %} <h3 class="title"><a href="{{ post.url | relative_url }}">{{ post.title }}</a></h3> <div class="meta">{{ post.date | date: '%B %d, %Y' }}</div> <div class="excerpt">{{ post.excerpt }}</div> </article>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-isotc211-0.3 | _includes/newsroll-entry.html |