Sha256: ff6eefbebef39102180053c122a71e3d5eec2900c9158c70f9dba2e10a9ba675

Contents?: true

Size: 1.55 KB

Versions: 12

Compression:

Stored size: 1.55 KB

Contents

---
layout: default
---

{% include assets-origin.html %}

<div class="row">

  <!-- core -->
  <div id="core-wrapper" class="col-12 col-lg-11 col-xl-9 pr-xl-4">
    <div class="post pl-1 pr-1 pl-md-2 pr-md-2">

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

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

    </div>
  </div> <!-- #core-wrapper -->

  <!-- panel -->
  <div id="panel-wrapper" class="col-xl-3 pl-2 text-muted">

    <div class="access">
      {% include update-list.html %}
      {% include trending-tags.html %}
    </div>

    {% for _include in layout.panel_includes %}
      {% assign _include_path = _include | append: '.html' %}
      {% include {{ _include_path }} %}
    {% endfor %}
  </div>

</div>

<!-- tail -->
{% if layout.tail_includes %}
<div class="row">
  <div id="tail-wrapper" class="col-12 col-lg-11 col-xl-9 pl-3 pr-3 pr-xl-4 mt-5">
    {% for _include in layout.tail_includes %}
      {% assign _include_path = _include | append: '.html' %}
      {% include {{ _include_path }} %}
    {% endfor %}
  </div>
</div>
{% endif %}

Version data entries

12 entries across 12 versions & 5 rubygems

Version Path
jekyll-theme-chirpy-5.6.1 _layouts/page.html
jekyll-theme-chirpy-5.6.0 _layouts/page.html
custom-chirpy-5.5.2 _layouts/page.html
jekyll-theme-chirpy-5.5.2 _layouts/page.html
jekyll-theme-chirpy-5.5.1 _layouts/page.html
jekyll-theme-chirpy-5.5.0 _layouts/page.html
jekyll-theme-chirpy-customized-by-alazaroc-5.4.0 _layouts/page.html
dev-jekyll-theme-1.0.0 _layouts/page.html
jekyll-theme-chirpy-5.4.0 _layouts/page.html
jekyll-theme-chirpy-5.3.2 _layouts/page.html
jekyll-theme-chirpy-5.3.1 _layouts/page.html
jekyll-theme-chirpy-clarkezone-5.3.2 _layouts/page.html