Sha256: fa7cdc42d1bc70df6725c982eda632f9d7669b7f7779b7616cb0548df66ce2ea

Contents?: true

Size: 905 Bytes

Versions: 5

Compression:

Stored size: 905 Bytes

Contents

---
layout: page
---


<div class="row">
    <div class="col">
        <article>
            <h1>{{ page.title }}</h1>
            <p>
                {% if page.author %}
                By {{ page.author }} &emsp;
                {% endif %}
                {% if page.date %}
                Published {{ page.date | date: "%Y-%m-%d" }} &emsp;
                {% endif %}
                {% for tag in page.tags %}
                <span class="tag">{{ tag }}</span>
                {% endfor %}
            </p>
            {% if page.img %}
                {% if page.cropkeep %}
                    {% picture postheader "{{ page.img }}" 3:2 {{ page.cropkeep }} %}
                {% else %}
                    {% picture postheader "{{ page.img }}" %}
                {% endif %}
            {% endif %}
            {{ content }}
        </article>
    </div>
</div>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
jekyll-theme-buttery-biscuit-0.3.7 _layouts/post.html
jekyll-theme-buttery-biscuit-0.3.6 _layouts/post.html
jekyll-theme-buttery-biscuit-0.3.5 _layouts/post.html
jekyll-theme-buttery-biscuit-0.3.4 _layouts/post.html
jekyll-theme-buttery-biscuit-0.3.3 _layouts/post.html