Sha256: 8e982ad43c5c75d1025c474fe11d9ab9119d4f2f559f2f95be731df05c9c7a56
Contents?: true
Size: 729 Bytes
Versions: 2
Compression:
Stored size: 729 Bytes
Contents
<section class="c-bookcase" itemscope itemtype="http://schema.org/ItemList"> {% if include.headline %} <h1 class="c-bookcase__headline" itemprop="name">{{ include.headline }}</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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
alna-jekyll-theme-0.1.1 | _includes/bookcase.html |
alna-jekyll-theme-0.1.0 | _includes/bookcase.html |