Sha256: 23323dc4297831f35093aef8301ed1c7910ae1ef914c94ad62cbe592ca477b0c

Contents?: true

Size: 905 Bytes

Versions: 3

Compression:

Stored size: 905 Bytes

Contents

---
layout: default
---

<div class="print">
  <section class="main__copy column">
    <div class="main__copy__inner">
      {% assign sorted_pages = site.pages | sort:"chapter" %}
      {% for page in sorted_pages %}
      {% if page.layout == 'home' %}
      <h1 class="title is-spaced">
        {{ site.title }}
      </h1>
      <h2 class="subtitle">
        {{ site.description }}
      </h2>
      {% endif %}
      {% endfor %}
    </div>
  </section>

  {% assign sorted_pages = site.pages | sort:"chapter" %}
  {% for page in sorted_pages %}
  {% if page.layout == 'page' %}
  {% assign frags = page.path | split: "/" %}
  <section>
    <div class="main__copy column">
      <div class="main__copy__inner">
        {% include chapters.html %}
        {% if page.team %}
        {% include team.html %}
        {% endif %}
      </div>
    </div>
  </section>

  {% endif %}
  {% endfor %}
</div>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
okf-pub-theme-0.2.24 _layouts/print.html
okf-pub-theme-0.2.23 _layouts/print.html
okf-pub-theme-0.2.22 _layouts/print.html