Sha256: 1b4ce9de05a7355fa1cabc1ca40c8d78ba9bdb3369c4afde98598e79567455dc

Contents?: true

Size: 960 Bytes

Versions: 4

Compression:

Stored size: 960 Bytes

Contents

---
layout: default
---
<article class="post" itemscope itemtype="http://schema.org/BlogPosting">

  <header class="post-header">
    <h1 class="post-title" itemprop="name headline">{{ page.title | escape }}</h1>

    <p class="post-meta">
      <time datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished">
        {% include icons/icon.html icon-name='calendar' %}
        {{ page.date | date: "%b %-d, %Y" }}
      </time>
      {% if page.author %} •
      <span itemprop="author" itemscope itemtype="http://schema.org/Person">
        <span itemprop="name">
          {% include icons/icon.html icon-name='pencil' %}
          {{ page.author }}
        </span>
      </span>
      {% endif %}
    </p>
    
  </header>

  <div class="post-content" itemprop="articleBody">
    {{ content }}
  </div>

  {% include pagination/posts.html %}

  {% if site.disqus.shortname %}
    {% include disqus_comments.html %}
  {% endif %}
</article>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
writers-zone-0.2.1 _layouts/post.html
writers-zone-0.2.0 _layouts/post.html
writers-zone-0.1.5 _layouts/post.html
writers-zone-0.1.4 _layouts/post.html