Sha256: 9fe5d1a9cd0fde0fd6fed48bb7cba2b47ab83161fe378c07294463783ba0558d

Contents?: true

Size: 469 Bytes

Versions: 5

Compression:

Stored size: 469 Bytes

Contents

---
layout: default
tail_includes:
  - post-nav
---

{% include lang.html %}

<article class="px-1">
  {% if page.layout == 'page' or page.collection == 'tabs' %}
    {% assign tab_key = page.title | downcase %}
    {% assign title = site.data.locales[lang].tabs[tab_key] | default: page.title %}
    <h1 class="dynamic-title">
      {{ title }}
    </h1>
    <div class="content">
      {{ content }}
    </div>
  {% else %}
    {{ content }}
  {% endif %}
</article>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
jekyll-theme-coo-6.4 _layouts/page.html
jekyll-theme-coo-6.3.12 _layouts/page.html
jekyll-theme-coo-6.3.11 _layouts/page.html
jekyll-theme-coo-6.3.10 _layouts/page.html
jekyll-theme-coo-6.3.9 _layouts/page.html