Sha256: b2f5534348b2bb9494b1f5a3a7542c1f3ba7c918f90fb4d3959816ba6331fbb4
Contents?: true
Size: 1013 Bytes
Versions: 2
Compression:
Stored size: 1013 Bytes
Contents
{%- assign posts=site.posts | where:"lang", page.lang -%} {%- assign date_format = site.date_format | default: "%b %-d, %Y" -%} {%- if posts.size > 0 -%} <section> <header class="major"> <h2>{{ page.list_title | default: "Posts" }}</h2> </header> <div class="posts"> {%- for post in posts -%} <article> <a href="{{ post.url | absolute_url }}" class="image"><img class="lazy-loading" src="{{ post.image.thumbnail | absolute_url }}" data-src="{{ post.image.fullsize | absolute_url }}" alt="" /></a> <h3>{{ post.title | escape }}</h3> <!-- <span>{{ post.date | date: date_format }}</span> --> <p>{{ post.excerpt }}</p> <ul class="actions"> <li><a href="{{ post.url | absolute_url }}" class="button">More</a></li> </ul> </article> {%- endfor -%} </div> </section> <p class="rss-subscribe">subscribe <a href="{{ '/feed.xml' | absolute_url }}">via RSS</a></p> {%- endif -%}
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-ethereal-0.4.3 | _includes/thread.html |
jekyll-theme-ethereal-0.4.2 | _includes/thread.html |