Sha256: e214982415bcf4d6076973e0e169792035eef1e0099b59dc2f8ea63ab1ef7959

Contents?: true

Size: 1.29 KB

Versions: 7

Compression:

Stored size: 1.29 KB

Contents

---
layout: default
---

<article class="post" itemscope itemtype="http://schema.org/BlogPosting">
  <header class="post-header">
    <h1 itemprop="name headline">{{ page.title | escape }}</h1>
    <p class="post-meta">
      <time datetime="{{ page.date | date_to_xmlschema }}"
        itemprop="datePublished">{{ page.date | date: "%b %-d, %Y" }}</time>
      {% if page.author %}
        &bull;
        <span itemprop="author" itemscope itemtype="http://schema.org/Person">
          <span itemprop="name">{{ page.author }}</span>
        </span>
      {% elsif site.author %}
        &bull;
        <span itemprop="author" itemscope itemtype="http://schema.org/Person">
          <span itemprop="name">{{ site.author }}</span>
        </span>
      {% endif %}
      {% if site.features.readtime_enabled == true %}
        &bull; {% include read-time.html content=page.content %}
      {% endif %}
    </p>
  </header>

  {% if page.banner_image %}
    <span class="post-banner image main fit">
      <img src="{{ page.banner_image | relative_url }}" alt="{{ page.banner_image_description | default: '' }}" />
    </span>
  {% endif %}

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

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

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
phantom-blergh-0.2.0 _layouts/post.html
phantom-blergh-0.1.5 _layouts/post.html
phantom-blergh-0.1.4 _layouts/post.html
phantom-blergh-0.1.3 _layouts/post.html
phantom-blergh-0.1.2 _layouts/post.html
phantom-blergh-0.1.1 _layouts/post.html
phantom-blergh-0.1.0 _layouts/post.html