Sha256: bdac6b6ed9130b9e0b6f59791aeda1ffafcdb91f8faa5a55192360c219cc3bec

Contents?: true

Size: 646 Bytes

Versions: 3

Compression:

Stored size: 646 Bytes

Contents

---
layout: default
---

<section class="post-view">
  {% if page.image %}
  <div class="post-view__image">
    <img src="{{ page.image | relative_url }}" alt="{{ page.title }}">
  </div>
  {% endif %}

  <div class="post-view__header">
    <h1>{{ page.title }}</h1>
    <div class="post-view__info">
      <span><strong>Date:</strong> {{ page.date | date: '%Y, %b %d' }}</span>
    </div>
  </div>

  {% include addons/share.html %}
  
  <div class="post-view__body">
    {{ content }}
  </div>

  {% include addons/share.html %}

  {% include posts/related.html %}

  {% include addons/comments.html %}
</section>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
panthera-jekyll-1.4.2 _layouts/post.html
panthera-jekyll-1.4.1 _layouts/post.html
panthera-jekyll-1.4.0 _layouts/post.html