Sha256: caf62b8cd3bdc90310927a944386fa75db3ae887717e62c21b0a7d74fabaee98

Contents?: true

Size: 622 Bytes

Versions: 3

Compression:

Stored size: 622 Bytes

Contents

---
layout: default
---

{% capture _content %}
  {% if layout.refactor or page.layout == 'page' %}
    {% include refactor-content.html content=content lang=lang %}
  {% else %}
    {{ content }}
  {% endif %}
{% endcapture %}

<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

3 entries across 3 versions & 1 rubygems

Version Path
jekyll-theme-chirpy-6.2.2 _layouts/page.html
jekyll-theme-chirpy-6.2.1 _layouts/page.html
jekyll-theme-chirpy-6.2.0 _layouts/page.html