Sha256: c17dfb1213de104ecc8b350502c533a298502cdb36c132775c0f43f2591c01cd

Contents?: true

Size: 586 Bytes

Versions: 5

Compression:

Stored size: 586 Bytes

Contents

---
layout: default
---

        <section id="post">
          <article class="link">
            <header>
              <time datetime="{{ post.date | date: "%Y-%m-%d" }}">
                {%- assign date_format = site.gyrocycle.date_format | default: "%A, %b %-d, %Y" -%}
                {{- page.date | date: date_format -}}
              </time>
              <h1>{{ page.title | escape }}</h1>
              {%- if page.author -%}
              <span>{{ page.author }}</span>
              {%- endif %}
            </header>

{{ content }}

          </article>
        </section>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
gyrocycle-0.0.5 _layouts/link.html
gyrocycle-0.0.4 _layouts/link.html
gyrocycle-0.0.3 _layouts/link.html
gyrocycle-0.0.2 _layouts/link.html
gyrocycle-0.0.1 _layouts/link.html