Sha256: 1979c54ecf9159ccfa7de63ef5e69c29bacbd0803cfc81ae7297962f99c4ba2a

Contents?: true

Size: 611 Bytes

Versions: 9

Compression:

Stored size: 611 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.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

9 entries across 9 versions & 1 rubygems

Version Path
okf-pub-theme-0.2.11 _includes/chapters.html
okf-pub-theme-0.2.10 _includes/chapters.html
okf-pub-theme-0.2.9 _includes/chapters.html
okf-pub-theme-0.2.8 _includes/chapters.html
okf-pub-theme-0.2.7 _includes/chapters.html
okf-pub-theme-0.2.6 _includes/chapters.html
okf-pub-theme-0.2.5 _includes/chapters.html
okf-pub-theme-0.2.4 _includes/chapters.html
okf-pub-theme-0.2.3 _includes/chapters.html