Sha256: 25798258f60f47561d80acba6a838a9e658b47a8db625850666ee49dd111f045

Contents?: true

Size: 800 Bytes

Versions: 4

Compression:

Stored size: 800 Bytes

Contents

---
layout: default
---

<div class="page-head">
  <h1 class="title is-size-1 has-text-centered has-text-info">{{ page.title }}</h1>
</div>

<div class="section post">
  <div class="container page">
    <p class="author has-text-centered">
    {% if page.author %}
      <span>by {{ page.author }}</span>
    {% endif %}

    {% if page.author and page.date %}
      <span> - </span>
    {% endif %}

    {% if page.date %}
      <span>{{ page.date | date: '%B %d, %Y' }}</span>
    {% endif %}
    </p>

    <p class="categories has-text-centered">
    {% for category in page.categories %}
      <span>{{ category }}</span>
    {% endfor %}
    </p><hr>

    <div class="post-body">{{ content }}</div>
  </div> {% comment %} container {% endcomment %}
</div> {% comment %} section {% endcomment %}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
vitrina-0.3.1 _layouts/post.html
vitrina-0.3.0 _layouts/post.html
vitrina-0.2.8 _layouts/post.html
vitrina-0.2.6 _layouts/post.html