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 &hellip;</a>
      {% endif %}
    {% endif %}
  </article>
  {% endfor %}

  {% include pagination-older.html %}
</div>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
jekyll-theme-hydeout-4.0.0 _layouts/index.html
jekyll-theme-hydeout-3.7.1 _layouts/index.html
jekyll-theme-hydeout-3.7.0 _layouts/index.html
jekyll-theme-hydeout-3.6.0 _layouts/index.html
jekyll-theme-hydeout-3.5.3 _layouts/index.html
jekyll-theme-hydeout-3.5.2 _layouts/index.html
jekyll-theme-hydeout-3.5.1 _layouts/index.html
jekyll-theme-hydeout-3.5.0 _layouts/index.html
jekyll-theme-hydeout-3.4.3 _layouts/index.html
jekyll-theme-hydeout-3.4.2 _layouts/index.html
jekyll-theme-hydeout-3.4.1 _layouts/index.html
jekyll-theme-hydeout-3.4.0 _layouts/index.html