Sha256: c03cde38e4cfcf9036921ee039cd9f80a744d6f7fd1cba8717dd160b36587ea9

Contents?: true

Size: 806 Bytes

Versions: 15

Compression:

Stored size: 806 Bytes

Contents

---
layout: default
---

<article>
  <section class="main columns">
    <div class="main__img column is-two-fifths">
      {% if page.visual %}
      <img src="{{ page.visual.img}}"
           alt="{{ page.visual.alt }}"
           class="main__img__img">
      {% endif%}

      {% if page.visuals %}
      <div class="main__img__vislist">
      {% for vis in page.visuals %}
      <img src="{{ vis.img }}" alt="{{ vis.alt }}" class="main__img__vis">
      {% endfor %}
      </div>
      {% endif %}
    </div>
    <div class="main__copy column is-three-fifths">
      <div class="main__copy__inner">
        {% include chapters.html %}
        {% if page.team %}
          {% include team.html %}
        {% endif %}
      </div>
      {% include next_chapter.html %}
    </div>
  </section>
</article>

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
okf-pub-theme-0.2.24 _layouts/page.html
okf-pub-theme-0.2.23 _layouts/page.html
okf-pub-theme-0.2.22 _layouts/page.html
okf-pub-theme-0.2.21 _layouts/page.html
okf-pub-theme-0.2.20 _layouts/page.html
okf-pub-theme-0.2.19 _layouts/page.html
okf-pub-theme-0.2.18 _layouts/page.html
okf-pub-theme-0.2.17 _layouts/page.html
okf-pub-theme-0.2.16 _layouts/page.html
okf-pub-theme-0.2.15 _layouts/page.html
okf-pub-theme-0.2.14 _layouts/page.html
okf-pub-theme-0.2.13 _layouts/page.html
okf-pub-theme-0.2.11 _layouts/page.html
okf-pub-theme-0.2.10 _layouts/page.html
okf-pub-theme-0.2.9 _layouts/page.html