Sha256: a3862d0e4d256ed34300ac701f63fb80f0831d135956361d7b271609165c92ba

Contents?: true

Size: 656 Bytes

Versions: 2

Compression:

Stored size: 656 Bytes

Contents

---
layout: default
---

<main class="mw8 center flex flex-column flex-row-l justify-center">
  <article class="mw7 {% if page.sidebar %}center-l{% else %}center{% endif %} w-100 w-75-l">
    {% unless page.header.layout == 'hero' %}
    <header class="ph3 ph4-m">
      <h1 class="f2 fw6 lh-title mb1">{{ page.title }}</h1>
      {% if page.subtitle %}
      <h2 class="f3 fw3 lh-title light-silver mv2">{{ page.subtitle }}</h2>
      {% endif %}
    </header>
    {% endunless %}

    <div class="ph3 ph4-m f5 f4-ns fw3 lh-copy mb0">
    {{ content }}
    </div>
  </article>

  {% if page.sidebar %}
    {% include sidebar.html %}
  {% endif %}

</main>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
minimal-jekyll-theme-0.1.3 _layouts/page.html
minimal-jekyll-theme-0.1.2 _layouts/page.html