Sha256: 16eb6f32b2f862e8238bd72401a72f5962ec9177c0ce5fe280dee5b03aeb3cd3

Contents?: true

Size: 725 Bytes

Versions: 6

Compression:

Stored size: 725 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 %}
      </div>
      {% include next_chapter.html %}
    </div>
  </section>
</article>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
okf-pub-theme-0.2.8 _layouts/page.html
okf-pub-theme-0.2.7 _layouts/page.html
okf-pub-theme-0.2.6 _layouts/page.html
okf-pub-theme-0.2.5 _layouts/page.html
okf-pub-theme-0.2.4 _layouts/page.html
okf-pub-theme-0.2.3 _layouts/page.html