Sha256: 9a769cf563a4f340ef2c0476179e0c4bd561b5a61ca05301bc32f432fa9bbf31

Contents?: true

Size: 370 Bytes

Versions: 9

Compression:

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

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
jekyll-theme-hydeout-4.0.0 _includes/related_posts.html
jekyll-theme-hydeout-3.7.1 _includes/related_posts.html
jekyll-theme-hydeout-3.7.0 _includes/related_posts.html
jekyll-theme-hydeout-3.6.0 _includes/related_posts.html
jekyll-theme-hydeout-3.5.3 _includes/related_posts.html
jekyll-theme-hydeout-3.5.2 _includes/related_posts.html
jekyll-theme-hydeout-3.5.1 _includes/related_posts.html
jekyll-theme-hydeout-3.5.0 _includes/related_posts.html
jekyll-theme-hydeout-3.4.3 _includes/related_posts.html