Sha256: 1a44a3945d84daf50cc7259bfd378921c3b2775c8d9c09627b0bcf1b99caf5cb

Contents?: true

Size: 633 Bytes

Versions: 8

Compression:

Stored size: 633 Bytes

Contents

<header>
<p class="main__chapter is-size-7 is-uppercase">Kapitel {{ page.chapter }}</p>
<h1 class="title" id="{{ page.title | url_encode}}">{{ page.title }}</h1>
</header>

<div>
{{ page.content | markdownify }}
</div>

{% include effect-chains.html %}

{% include outcomes.html %}

{% if page.problem && page.website %}
<section>
  <div class="chapter__outcomes">
    <div class="columns chapter__item">
      <h3 class="column is-one-quarter">Website</h3>
      <div class="column is-three-quarters no-inner-margin">
        <a href="{{page.website}}">{{ page.website }}</a>
      </div>
    </div>
  </div>
</section>
{% endif %}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
okf-pub-theme-0.2.24 _includes/chapters.html
okf-pub-theme-0.2.23 _includes/chapters.html
okf-pub-theme-0.2.22 _includes/chapters.html
okf-pub-theme-0.2.21 _includes/chapters.html
okf-pub-theme-0.2.20 _includes/chapters.html
okf-pub-theme-0.2.19 _includes/chapters.html
okf-pub-theme-0.2.18 _includes/chapters.html
okf-pub-theme-0.2.17 _includes/chapters.html