Sha256: 1c7cf55be189415ad159c6e9c972d6886c8b0528563e3c44e6f1e6ba2da332d2

Contents?: true

Size: 352 Bytes

Versions: 10

Compression:

Stored size: 352 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 }}">
            {{ post.title }}
            <small>{{ post.date | date_to_string }}</small>
          </a>
        </h3>
      </li>
    {% endfor %}
  </ul>
</section>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
jekyll-theme-hydeout-3.4.2 _includes/related_posts.html
jekyll-theme-hydeout-3.4.1 _includes/related_posts.html
jekyll-theme-hydeout-3.4.0 _includes/related_posts.html
jekyll-theme-hydeout-3.3.1 _includes/related_posts.html
jekyll-theme-hydeout-3.3.0 _includes/related_posts.html
jekyll-theme-hydeout-3.2.0 _includes/related_posts.html
jekyll-theme-hydeout-3.1.3 _includes/related_posts.html
jekyll-theme-hydeout-3.1.2 _includes/related_posts.html
jekyll-theme-hydeout-3.1.1 _includes/related_posts.html
jekyll-theme-hydeout-3.1.0 _includes/related_posts.html