Sha256: 1ad20f30bb121939e203310c127fe8ec93fc130e2601fd9e4a9c2f8debf5f389

Contents?: true

Size: 723 Bytes

Versions: 6

Compression:

Stored size: 723 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"
          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

6 entries across 6 versions & 1 rubygems

Version Path
alna-jekyll-theme-0.1.7 _includes/bookcase.html
alna-jekyll-theme-0.1.6 _includes/bookcase.html
alna-jekyll-theme-0.1.5 _includes/bookcase.html
alna-jekyll-theme-0.1.4 _includes/bookcase.html
alna-jekyll-theme-0.1.3 _includes/bookcase.html
alna-jekyll-theme-0.1.2 _includes/bookcase.html