Sha256: 2d4670bd1d0c3e633ba10e0ed1799ade68a825bfe8844262583d84a77814512c

Contents?: true

Size: 744 Bytes

Versions: 4

Compression:

Stored size: 744 Bytes

Contents

<section class="c-bookcase"
         itemscope
         itemtype="http://schema.org/ItemList">

  {% if include.title %}
    <h1 class="c-bookcase__headline"
        itemprop="name">{{ include.title }}</h1>
  {% endif %}

  <ul class="o-layout  c-bookcase__list">
    {% for book in site.books limit:include.limit %}<!--
   --><li class="o-layout__item  c-bookcase__item  u-1/3@tablet  u-1/1@mobile"
          itemprop="itemListElement"
          itemscope
          itemtype="http://schema.org/ListItem">
        {% include book.html book=book %}
      </li><!--
 -->{% endfor %}
  </ul>

  {% if include.limit %}
    {% include see-more.html label=include.see-more permalink=include.permalink %}
  {% endif %}

</section><!-- /c-bookcase -->

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
alna-jekyll-theme-1.0.1 _includes/bookcase.html
alna-jekyll-theme-1.0.0 _includes/bookcase.html
alna-jekyll-theme-0.1.9 _includes/bookcase.html
alna-jekyll-theme-0.1.8 _includes/bookcase.html