Sha256: 49fbc40043b6c814af7b4add11101eba8237813c6da51d810fd2c5c79ec987b4

Contents?: true

Size: 587 Bytes

Versions: 15

Compression:

Stored size: 587 Bytes

Contents

---
layout: default
---

<div class="jumbotron">
    <div class="container">
        <div class="row">
            <div class="col">
                <h1 class="display-4">{{ page.title | escape }}</h1>
                <p class="text-muted">
                    {%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%}
                    {{ page.date | date: date_format }}
                </p>
            </div>
        </div>
    </div>
</div>

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

{%- include comments.html -%}

<p>&nbsp;</p>

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
bfdotcom-theme-0.3.5 _layouts/post.html
bfdotcom-theme-0.3.4 _layouts/post.html
bfdotcom-theme-0.3.3 _layouts/post.html
bfdotcom-theme-0.3.1 _layouts/post.html
bfdotcom-theme-0.3.0 _layouts/post.html
bfdotcom-theme-0.2.9 _layouts/post.html
bfdotcom-theme-0.2.8 _layouts/post.html
bfdotcom-theme-0.2.7 _layouts/post.html
bfdotcom-theme-0.2.6 _layouts/post.html
bfdotcom-theme-0.2.5 _layouts/post.html
bfdotcom-theme-0.2.4 _layouts/post.html
bfdotcom-theme-0.2.3 _layouts/post.html
bfdotcom-theme-0.2.2 _layouts/post.html
bfdotcom-theme-0.2.1 _layouts/post.html
bfdotcom-theme-0.2.0 _layouts/post.html