Sha256: 5d68e1ddbd6fce6c1d81cacb375fb9251667cff6c86579f51ef9bf7d082f079b

Contents?: true

Size: 730 Bytes

Versions: 2

Compression:

Stored size: 730 Bytes

Contents

{% include header.html %}

<article>
    <div class="container">
        <div class="page-header text-center">
            <h1>{{ page.title }}</h1>
            <p class="text-center subtitle">
                <strong>Published: </strong> {{ page.date | date: "%b %-d, %Y" }}
                {% if page.tags.size > 0 %}
                    <strong>ยท Tags: </strong>
                        {% for tag in page.tags %}
                            {{ tag }}
                        {% endfor %}
                {% endif %}
            </p>
        </div>

        <div style="padding:30px" ></div>

        <div class="content"> 
            {{ content | markdownify}}
        </div>
    </div>
</article>

{% include footer.html %}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
alpha-one-0.2.4 _layouts/post.html
alpha-one-0.2.3 _layouts/post.html