Sha256: db6ea387f21c56ef16db95331c67bde6fcaa23dbc111aba090ae2838c22d3a29

Contents?: true

Size: 627 Bytes

Versions: 4

Compression:

Stored size: 627 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-third">Website</h3>
      <div class="column is-two-thirds no-inner-margin">
        <a href="{{page.website}}">{{ page.website }}</a>
      </div>
    </div>
  </div>
</section>
{% endif %}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
okf-pub-theme-0.2.16 _includes/chapters.html
okf-pub-theme-0.2.15 _includes/chapters.html
okf-pub-theme-0.2.14 _includes/chapters.html
okf-pub-theme-0.2.13 _includes/chapters.html