Sha256: 340948ce9aac50a253108447ebee09fab7b6154762f18ef7d79827d80c2cce66

Contents?: true

Size: 929 Bytes

Versions: 35

Compression:

Stored size: 929 Bytes

Contents

<section class="specs">
  <h2 class="title">
    Specification{% if site.num_all_specs > 1 %}s{% endif %}
    {% if site.num_all_specs > site.num_featured_specs %}
      — <a href="/specs/">see all</a>
    {% endif %}
  </h2>
  <div class="items">
    {% assign specs = site.featured_specs %}
    {% for item in specs | limit: site.max_featured_specs %}
      {% assign url = item.url %}
      {% assign item_data = site.specs | where_exp: "item", "item.url == url" | first %}

      <div class="item" role="article">
        <header>
          <h3 class="title"><a href="{{ item.url }}">{{ item.title }}</a></h3>
        </header>

        <p class="body">
          {{ item.description }}
        </p>

        <div class="external-links">
          <ul class="nav-items">
            {% include item-external-links.html item_data=item_data %}
          </ul>
        </div>
      </div>
    {% endfor %}
  </div>
</section>

Version data entries

35 entries across 35 versions & 1 rubygems

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