Sha256: 437510f46b1539fd500b5dfe4959d9ca6e784d23527bb52b95540212a97ce5c0

Contents?: true

Size: 409 Bytes

Versions: 2

Compression:

Stored size: 409 Bytes

Contents

---
layout: default
---

<div class="content">
    <p>Published: {{ page.date | date: "%b %-d, %Y" }} by {{ page.author }}</p>
    {{ content }}
</div>

<div class="tags">
    {% for tag in page.tags %}
    <span class="tag is-primary">{{ tag }}</span>
    {% endfor %}
</div>

{% assign author = site.authors | where: 'name', page.author | first %}
{% if author %}
{% include author-media.html %}
{% endif %}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mere-blog-theme-0.2.1 _layouts/post.html
mere-blog-theme-0.2 _layouts/post.html