Sha256: 10887765d8592c78203ddd051217e3bf996c350127888786493b5e99ce988b22

Contents?: true

Size: 541 Bytes

Versions: 1

Compression:

Stored size: 541 Bytes

Contents

---
layout: default
---

        <section id="post">
          <article class="post">
            <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/post.html