Sha256: 5357a34bc443e9715611decf2d4df5aa83e040a1524f639fe8388c7e193689d3

Contents?: true

Size: 930 Bytes

Versions: 6

Compression:

Stored size: 930 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 src="{{ post.image | 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

6 entries across 6 versions & 1 rubygems

Version Path
jekyll-theme-consulting-0.7.0 _includes/thread.html
jekyll-theme-consulting-0.6.12 _includes/thread.html
jekyll-theme-consulting-0.6.11 _includes/thread.html
jekyll-theme-consulting-0.6.10 _includes/thread.html
jekyll-theme-consulting-0.6.9 _includes/thread.html
jekyll-theme-consulting-0.6.8 _includes/thread.html