Sha256: 920a804decb0a1610bc9cdee7e19cc5acead6af12a91c37f87b85aa0b14d4835

Contents?: true

Size: 367 Bytes

Versions: 4

Compression:

Stored size: 367 Bytes

Contents

<section class="related">
  <h2>Related Posts</h2>
  <ul class="posts-list">
    {% for post in site.related_posts limit:3 %}
      <li>
        <h3>
          <a href="{{ post.url | relative_url }}">
            {{ post.title }}
            <small>{{ post.date | date_to_string }}</small>
          </a>
        </h3>
      </li>
    {% endfor %}
  </ul>
</section>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
jekyll-theme-hydeout-4.2.0 _includes/related_posts.html
jekyll-theme-hydeout-4.1.0 _includes/related_posts.html
jekyll-theme-hydeout-4.0.2 _includes/related_posts.html
jekyll-theme-hydeout-4.0.1 _includes/related_posts.html