Sha256: cd5bef11812f48ec3c3c00e062d9becf10238243efc7f9df7f9578dc41868cfa

Contents?: true

Size: 301 Bytes

Versions: 35

Compression:

Stored size: 301 Bytes

Contents

{% assign posts = site.posts_combined %}

<section class="featured-posts">
  <h2 class="title">From the <a href="/blog/">Blog</a></h2>

  <div class="items">
    {% for item in posts | limit: site.max_featured_posts %}
      {% include post-card.html post=item %}
    {% endfor %}
  </div>
</section>

Version data entries

35 entries across 35 versions & 1 rubygems

Version Path
jekyll-theme-open-project-2.1.14 _includes/featured_posts.html
jekyll-theme-open-project-2.1.13 _includes/featured_posts.html
jekyll-theme-open-project-2.1.12 _includes/featured_posts.html
jekyll-theme-open-project-2.1.11 _includes/featured_posts.html
jekyll-theme-open-project-2.1.10 _includes/featured_posts.html
jekyll-theme-open-project-2.1.9 _includes/featured_posts.html
jekyll-theme-open-project-2.1.8 _includes/featured_posts.html
jekyll-theme-open-project-2.1.7 _includes/featured_posts.html
jekyll-theme-open-project-2.1.6 _includes/featured_posts.html
jekyll-theme-open-project-2.1.5 _includes/featured_posts.html
jekyll-theme-open-project-2.1.4 _includes/featured_posts.html
jekyll-theme-open-project-2.1.3 _includes/featured_posts.html
jekyll-theme-open-project-2.1.1 _includes/featured_posts.html
jekyll-theme-open-project-2.1.0 _includes/featured_posts.html
jekyll-theme-open-project-2.0.22 _includes/featured_posts.html
jekyll-theme-open-project-2.0.21 _includes/featured_posts.html
jekyll-theme-open-project-2.0.20 _includes/featured_posts.html
jekyll-theme-open-project-2.0.19 _includes/featured_posts.html
jekyll-theme-open-project-2.0.18 _includes/featured_posts.html
jekyll-theme-open-project-2.0.17 _includes/featured_posts.html