Sha256: 6f7c1fbf18564f4a22affcea60bf8791f113c3530c803293c6a775df1bacff79

Contents?: true

Size: 985 Bytes

Versions: 1

Compression:

Stored size: 985 Bytes

Contents

---
layout: default
---
<div class="wrapper pad">

    <h1 href="{{ "/" | relative_url }}">{{ site.title | escape }}</h1>

    <p class="">Subscribe <a href="{{ '/feed.xml' | relative_url }}">via RSS</a></p>

    <hr>


    {{ content }}


		{% assign post = site.posts.first %}

    <h3>
        <a href="{{ post.url | relative_url }}">{{ post.title | escape }}</a>
    </h3>
    {% assign date_format = site.doccoli-jekyll.date_format | default: "%b %-d, %Y" %}
    <span>{{ post.date | date: date_format }}</span>


    <p>
			{{ post.content }}
    </p>





<!--
    <ul class="pad-vertically">
        {% for post in site.posts %}
        <li>
            <h3>
                <a href="{{ post.url | relative_url }}">{{ post.title | escape }}</a>
            </h3>

            {% assign date_format = site.doccoli-jekyll.date_format | default: "%b %-d, %Y" %}
            <span>{{ post.date | date: date_format }}</span>

        </li>
        {% endfor %}
    </ul>
 -->
</div>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
doccoli-jekyll-1.2.1 _layouts/home.html