Sha256: 3d9a4753a31b9975e3097cd79f4271cf13a714ae9239668ef4648242c463ed6a

Contents?: true

Size: 584 Bytes

Versions: 11

Compression:

Stored size: 584 Bytes

Contents

---
layout: default
---

        <section id="post">
          <article class="link">
            <header>
              <time datetime="{{ post.date | date: "%Y-%m-%d" }}">
                {%- 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

11 entries across 11 versions & 1 rubygems

Version Path
cyclist-0.9.0 _layouts/link.html
cyclist-0.8.0 _layouts/link.html
cyclist-0.7.7 _layouts/link.html
cyclist-0.7.6 _layouts/link.html
cyclist-0.7.5 _layouts/link.html
cyclist-0.7.4 _layouts/link.html
cyclist-0.7.3 _layouts/link.html
cyclist-0.6.0 _layouts/link.html
cyclist-0.5.0 _layouts/link.html
cyclist-0.4.0 _layouts/link.html
cyclist-0.3.0 _layouts/link.html