Sha256: ad823e799b240bc823b50b88d324a9cd0a3a3696a9d73b1aaef439b61f88344f

Contents?: true

Size: 494 Bytes

Versions: 4

Compression:

Stored size: 494 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>
  
  <div class="post-view__body">
    {{ content }}
  </div>
</section>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
panthera-jekyll-1.3.6 _layouts/post.html
panthera-jekyll-1.3.5 _layouts/post.html
panthera-jekyll-1.3.4 _layouts/post.html
panthera-jekyll-1.3.3 _layouts/post.html