Sha256: c5b966200c4f10de3364215ee67407ddf0ee75d05eea2f771980c4e549a24e76

Contents?: true

Size: 821 Bytes

Versions: 2

Compression:

Stored size: 821 Bytes

Contents

<div class="read-more">
  {% for post in site.related_posts limit:1 %}
  <div class="read-more-header">
    <a href="{{ site.url }}{{ page.previous.url }}" class="read-more-btn">Read More</a>
  </div>
  <div class="read-more-content">
    <h3><a href="{{ site.url }}{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a></h3>
    <p>{% if post.summary %}{{ post.summary }}&hellip;{% endif %} <a href="{{ site.url }}{{ post.url }}">Continue
      reading</a></p>
  </div>
  {% endfor %}
  <div class="read-more-list">
    {% for post in site.related_posts limit:2 offset:1 %}
    <div class="list-item">
      <h4><a href="{{ site.url }}{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a></h4>
      <span>Published on {{ post.date | date: "%Y-%m-%d" }}</span>
    </div>
    {% endfor %}
  </div>
</div>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cosy-jekyll-theme-1.0.4 _includes/read-more.html
cosy-jekyll-theme-1.0.3 _includes/read-more.html