Sha256: aae53497bb556469c576223ce3840bb95d5d232691cb129d7eb10614262e9735

Contents?: true

Size: 883 Bytes

Versions: 2

Compression:

Stored size: 883 Bytes

Contents

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

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

  <ul class="o-list-bare  c-notebook__list">
    {% for post in site.posts limit:include.limit %}
      <li class="c-notebook__item"
          itemprop="itemListElement"
          itemscope
          itemtype="http://schema.org/ListItem">

        <article itemprop="item"
                 itemscope
                 itemType="http://schema.org/BlogPosting">
          {% include post-head.html date=post.date title=post.title url=post.url %}
        </article>

      </li>
    {% endfor %}
  </ul>

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

</section><!-- /c-notebook -->

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
alna-jekyll-theme-0.1.1 _includes/notebook.html
alna-jekyll-theme-0.1.0 _includes/notebook.html