Sha256: ed49beaccab689ec970a48d173b0fe304a3dbabb0bd596992283934a674f805e

Contents?: true

Size: 566 Bytes

Versions: 7

Compression:

Stored size: 566 Bytes

Contents

---
layout: default
---
{% include components/binds/sidebar-anchor.html %}

<main>
    <h1>{{ page.title }}</h1>

    <div>
        {%- assign date_format = site.date_format | default: "%b %-d, %Y" -%}
        <i class="fas fa-user-edit"></i> Author: {{ page.author | default: "Administrator" }}
        <br />
        <i class="fas fa-calendar"></i> Date: {{ page.date | date: date_format }}
        {% if page.tag %}
            <br />
            <i class="fa fa-tag"></i> Tag: {{ page.tag }}
        {% endif %}
    </div>

    <hr />

    {{ content }}
</main>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
picklecore-0.17.0 _layouts/post.html
picklecore-0.16.5 _layouts/post.html
picklecore-0.16.4 _layouts/post.html
picklecore-0.16.3 _layouts/post.html
picklecore-0.16.2 _layouts/post.html
picklecore-0.16.1 _layouts/post.html
picklecore-0.16.0 _layouts/post.html