Sha256: e17c8254c708be430c7f67280b4006decb6448ae158120b758d8428cdcd724c0

Contents?: true

Size: 540 Bytes

Versions: 1

Compression:

Stored size: 540 Bytes

Contents

---
layout: default
---

        <section id="post">
          <article class="link">
            <header>
              <time>
                {%- assign date_format = site.cyclist.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

1 entries across 1 versions & 1 rubygems

Version Path
cyclist-0.2.0 _layouts/link.html