Sha256: 28c21c25a1de64e384d2e8db3c0dbf069018b19956d92759c61ce9f89c14ee60

Contents?: true

Size: 790 Bytes

Versions: 1

Compression:

Stored size: 790 Bytes

Contents

---
layout: theme:default
---

<div>
<article role="article">
  {% if page.title %}
  <header>
    <h1 class="entry-title">{% if site.titlecase %}{{ page.title | titlecase }}{% else %}{{ page.title }}{% endif %}</h1>
    {% if page.date %}<p class="meta">{% include theme:post/date.html %}{{ time }}</p>{% endif %}
  </header>
  {% endif %}
  {{ content }}
  {% unless page.footer == false %}
    <footer>
      {% if page.date or page.author %}<p class="meta">
        {% if page.author %}{% include theme:post/author.html %}{% endif %}
        {% include theme:post/date.html %}{% if updated %}{{ updated }}{% else %}{{ time }}{% endif %}
        {% if page.categories %}{% include theme:post/categories.html %}{% endif %}
      </p>{% endif %}
    </footer>
  {% endunless %}
</article>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
greyjoy_ink-0.1.0 assets/layouts/page.html