Sha256: abd97eab017fea0f98d59bd262c6202841ff359532755244af494c658a5baf37

Contents?: true

Size: 877 Bytes

Versions: 6

Compression:

Stored size: 877 Bytes

Contents

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

  {% if include.title %}
    <h1 class="c-notebook__headline"
        itemprop="name">{{ include.title }}</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

6 entries across 6 versions & 1 rubygems

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