Sha256: d24e02d1375ff25c25eff4b717656a7db448e04e30d8a4673ac1487a5a995b4d

Contents?: true

Size: 585 Bytes

Versions: 14

Compression:

Stored size: 585 Bytes

Contents

---
layout: default
---

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

14 entries across 11 versions & 1 rubygems

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