Sha256: b443d7ca1594d711e79be4660d798402aa46759c99460101c2b793906ee6b14f

Contents?: true

Size: 557 Bytes

Versions: 3

Compression:

Stored size: 557 Bytes

Contents

---
layout: default
---

<div class="post">
  <div class="post__header">
    <h1 class="post__title">{{ page.title | escape }}</h1>
    {%- assign date_format = site.hima.date_format | default: "%b. %-d, %Y" -%}
    {%- if page.author -%}
    <span class="post__author">
      by {{ page.author | array_to_sentence_string }}
    </span>
    {%- endif -%}
    {%- if page.date -%}
    <span class="post__date">
      on {{ page.date | date: date_format }}
    </span>
    {%- endif -%}
  </div>

  <div class="post__content">
  {{ content }}
  </div>
</div>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
hima-1.1.2 _layouts/post.html
hima-1.1.1 _layouts/post.html
hima-1.1.0 _layouts/post.html