Sha256: 0c50be9a50f58ee344be360aac8444656ce1b8f55a72b89c8eaf5462033746df

Contents?: true

Size: 755 Bytes

Versions: 2

Compression:

Stored size: 755 Bytes

Contents

---
layout: default
---

{% assign date_format = site.date_format %}

<section id="content">
  <header id="page-header">
    {% if page.title %}
      <h2 id="page-title">
        {{ page.title }}
      </h2> <!-- #page-title -->
    {% endif %}

    {% if page.subtitle %}
      <p id="page-subtitle">
        {{ page.subtitle }}
      </p> <!-- #page-subtitle -->
    {% endif %}

    {% if page.author %}
      <p id="page-author">
        {{ page.author }}
      </p> <!-- #page-author -->
    {% endif %}

    {% if page.date %}
      <p id="page-date">
        {{ page.date | date: date_format }}
      </p> <!-- #page-date -->
    {% endif %}
  </header> <!-- #page-header -->

  <article class="content">
    {{ content }}
  </article>
</section>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jekyll-theme-simpleton-0.5.0 _layouts/post.html
jekyll-theme-simpleton-0.4.0 _layouts/post.html