Sha256: b541dfe35c663db7fa04c72848e46194312ca3b1be60734fe62ef6455c3687aa

Contents?: true

Size: 315 Bytes

Versions: 83

Compression:

Stored size: 315 Bytes

Contents

{% assign posts = site.posts | sort: 'date' | reverse %}
{% for post in posts limit: 5 %}
<li class="list-group-item">
    <a href="{{post.url}}">
        {{post.title | truncate:40 }}
        <small class="date">
            <em>{{ post.date | date: '%B %d, %Y' }}</em>
        </small>
    </a>
</li>
{% endfor %}

Version data entries

83 entries across 83 versions & 2 rubygems

Version Path
linaro-jekyll-theme-5.1.0 _includes/blog/latest_posts.html
linaro-jekyll-theme-5.0.1 _includes/blog/latest_posts.html
linaro-jekyll-theme-5.0.0 _includes/blog/latest_posts.html
linaro-jekyll-theme-4.3.3 _includes/blog/latest_posts.html
linaro-jekyll-theme-4.3.2 _includes/blog/latest_posts.html
linaro-jekyll-theme-4.3.1 _includes/blog/latest_posts.html
linaro-jekyll-theme-4.3.0 _includes/blog/latest_posts.html
linaro-jekyll-theme-4.2.0 _includes/blog/latest_posts.html
linaro-jekyll-theme-4.1.6 _includes/blog/latest_posts.html
linaro-jekyll-theme-4.1.5 _includes/blog/latest_posts.html
linaro-jekyll-theme-4.1.4 _includes/blog/latest_posts.html
linaro-jekyll-theme-4.1.3 _includes/blog/latest_posts.html
linaro-jekyll-theme-4.1.2 _includes/blog/latest_posts.html
linaro-jekyll-theme-4.1.1 _includes/blog/latest_posts.html
linaro-jekyll-theme-4.1.0 _includes/blog/latest_posts.html
linaro-jekyll-theme-4.0.2 _includes/blog/latest_posts.html
linaro-jekyll-theme-4.0.1 _includes/blog/latest_posts.html
jumbo-jekyll-theme-6.0.2.1 _includes/blog/latest_posts.html
jumbo-jekyll-theme-6.0.2.0 _includes/blog/latest_posts.html
jumbo-jekyll-theme-6.0.1.4 _includes/blog/latest_posts.html