Sha256: 2c0b2a05a2f1ecbd55dfed8349d28f0250a5e4dc6983d42704373c91fe904361

Contents?: true

Size: 643 Bytes

Versions: 3

Compression:

Stored size: 643 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 ph3 ph4-ns">

    {% unless page.header.layout == 'hero' %}
    <header class="mt5">
      <h1 class="f2 fw6 lh-title mb1">{{ page.title }}</h1>
      {% if page.subtitle %}
      <h2 class="f3 fw3 lh-title silver mv2">{{ page.subtitle }}</h2>
      {% endif %}
    </header>
    {% endunless %}

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

  {% if page.sidebar %}
  {% include sidebar.html %}
  {% endif %}
</main>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
minimal-jekyll-theme-0.2.1 _layouts/page.html
minimal-jekyll-theme-0.2.0 _layouts/page.html
minimal-jekyll-theme-0.1.4 _layouts/page.html