Sha256: 6d5451c5cc75799bd40fba33408144f7f296723b327e8a45dcaa38e9b892e695

Contents?: true

Size: 903 Bytes

Versions: 23

Compression:

Stored size: 903 Bytes

Contents

{% for post in posts_collate %}
    {% capture this_year %}{{ post.date | date: "%Y" }}{% endcapture %}

    {% if current_year != '' and {{this_year}} != current_year %}
        {% if forloop.first != true %}</ul>
    {% endif %}
        
        <h2 class='year'>{{ this_year }}</h2>
        <ul class="post-list">
    {% endif %}

    <li>
        <a class="active internal" href="{{ post.url | relative_url }}">{{ post.title }}</a>
        {% if post.last_updated %}
            <span title="{{ site.data.i18n[site.lang].last_updated }}: {{ post.last_updated | date: "%b %d, %Y" }}" class="date">{{ post.date | date: "%b %d, %Y" }}</span>
        {% else %}
            <span class="date">{{ post.date | date: "%b %d, %Y" }}</span>
        {% endif %}
    </li>

    {% if forloop.last %}</ul>{% endif %}

    {% assign current_year = {{this_year}} %}
{% endfor %}

{% assign posts_collate = nil %}

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
jekyll-theme-simple-texture-0.5.3 _includes/helpers/posts_collate
jekyll-theme-simple-texture-0.5.2 _includes/helpers/posts_collate
jekyll-theme-simple-texture-0.5.1 _includes/helpers/posts_collate
jekyll-theme-simple-texture-0.5.0 _includes/helpers/posts_collate
jekyll-theme-simple-texture-0.4.0 _includes/helpers/posts_collate
jekyll-theme-simple-texture-0.3.6 _includes/posts_collate.html
jekyll-theme-simple-texture-0.3.5 _includes/posts_collate.html
jekyll-theme-simple-texture-0.3.4 _includes/posts_collate.html
jekyll-theme-simple-texture-0.3.3 _includes/helpers/posts_collate.html
jekyll-theme-simple-texture-0.3.2 _includes/helpers/posts_collate
jekyll-theme-simple-texture-0.3.1 _includes/helpers/posts_collate
jekyll-theme-simple-texture-0.3.0 _includes/helpers/posts_collate
jekyll-theme-simple-texture-0.2.3 _includes/helpers/posts_collate
jekyll-theme-simple-texture-0.2.2 _includes/helpers/posts_collate
jekyll-theme-simple-texture-0.2.1 _includes/helpers/posts_collate
jekyll-theme-simple-texture-0.1.8 _includes/helpers/posts_collate
jekyll-theme-simple-texture-0.1.7 _includes/helpers/posts_collate
jekyll-theme-simple-texture-0.1.6 _includes/helpers/posts_collate
jekyll-theme-simple-texture-0.1.5 _includes/helpers/posts_collate
jekyll-theme-simple-texture-0.1.4 _includes/helpers/posts_collate