Sha256: 64ef9cdaf80cf6d3df7e53eca929782c7896b45b8979ec2709313c7b13ed3bfe

Contents?: true

Size: 596 Bytes

Versions: 4

Compression:

Stored size: 596 Bytes

Contents

{% assign frags = page.path | split: "/" %}
{% if frags.size == 2 %}
    <p class="main__chapter is-size-7 is-uppercase">Kapitel {{ page.chapter }}</p>
    <h1 class="title" id="{{ page.title | url_encode}}">{{ page.title }}</h1>
{% else %}
    {% if page.chapter %}
    <p class="main__chapter is-size-7 is-uppercase">Kapitel {{ page.chapter }}</p>
    {% endif %}
    <h2 class="{% if page.chapter %}title{% endif %}" id="{{ page.title | url_encode}}">{{page.title}}</h2>
{% endif %}

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

{% include effect-chains.html %}

{% include outcomes.html %}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
okf-pub-theme-0.2.2 _includes/chapters.html
okf-pub-theme-0.2.1 _includes/chapters.html
okf-pub-theme-0.2.0 _includes/chapters.html
okf-pub-theme-0.1.0 _includes/chapters.html