Sha256: 692703e547168bbfb0bb062410d1c6a14a2970adb4ef93caa923fe33518deef1

Contents?: true

Size: 925 Bytes

Versions: 52

Compression:

Stored size: 925 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

52 entries across 52 versions & 2 rubygems

Version Path
jekyll-theme-consulting-0.6.7 _includes/thread.html
jekyll-theme-ethereal-0.3.1 _includes/thread.html
jekyll-theme-ethereal-0.3.0 _includes/thread.html
jekyll-theme-consulting-0.6.6 _includes/thread.html
jekyll-theme-ethereal-0.2.4 _includes/thread.html
jekyll-theme-ethereal-0.2.3 _includes/thread.html
jekyll-theme-consulting-0.6.5 _includes/thread.html
jekyll-theme-consulting-0.6.4 _includes/thread.html
jekyll-theme-consulting-0.6.3 _includes/thread.html
jekyll-theme-consulting-0.6.2 _includes/thread.html
jekyll-theme-consulting-0.6.1 _includes/thread.html
jekyll-theme-consulting-0.6.0 _includes/thread.html
jekyll-theme-consulting-0.5.0 _includes/thread.html
jekyll-theme-consulting-0.4.6 _includes/thread.html
jekyll-theme-consulting-0.4.5 _includes/thread.html
jekyll-theme-ethereal-0.2.2 _includes/thread.html
jekyll-theme-ethereal-0.2.1 _includes/thread.html
jekyll-theme-consulting-0.4.4 _includes/thread.html
jekyll-theme-consulting-0.4.3 _includes/thread.html
jekyll-theme-ethereal-0.2.0 _includes/thread.html