Sha256: 5d27f31a9416a28fc31119700942df93be2c9a04945a0fcae20eba76b8a96205
Contents?: true
Size: 973 Bytes
Versions: 12
Compression:
Stored size: 973 Bytes
Contents
--- layout: default --- <div class="content"> {% include pagination-newer.html %} {{ content }} {% for post in paginator.posts %} <article class="post-body"> <h2 class="post-title"> <a href="{{ site.baseurl }}{{ post.url }}"> {{ post.title }} </a> </h2> {% include post-meta.html post=post %} {% if post.excerpt %} {{ post.excerpt }} {% else %} {{ post.content }} {% endif %} {% if post.excerpt %} {% comment %}Excerpt may be equal to content. Check.{% endcomment %} {% capture content_words %} {{ post.content | number_of_words }} {% endcapture %} {% capture excerpt_words %} {{ post.excerpt | number_of_words }} {% endcapture %} {% if content_words != excerpt_words %} <a href="{{ site.baseurl }}{{ post.url }}">More …</a> {% endif %} {% endif %} </article> {% endfor %} {% include pagination-older.html %} </div>
Version data entries
12 entries across 12 versions & 1 rubygems