Sha256: d3532dd3045e372d5c43cfb4ea7402cbbe16f6ee5b3820b8e7c45bb76d4a023d

Contents?: true

Size: 672 Bytes

Versions: 19

Compression:

Stored size: 672 Bytes

Contents

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

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

    <hr>

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

    {{ content }}

    <h2>Posts</h2>

    <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.bubblin-jekyll.date_format | default: "%b %-d, %Y" %}
            <span>{{ post.date | date: date_format }}</span>

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

</div>

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
bubblin-jekyll-1.2.8 _layouts/home.html
bubblin-jekyll-1.2.7 _layouts/home.html
bubblin-jekyll-1.2.6 _layouts/home.html
bubblin-jekyll-1.2.5 _layouts/home.html
bubblin-jekyll-1.2.4 _layouts/home.html
bubblin-jekyll-1.2.3 _layouts/home.html
bubblin-jekyll-1.2.2 _layouts/home.html
bubblin-jekyll-1.2.1 _layouts/home.html
bubblin-jekyll-1.2.0 _layouts/home.html
bubblin-jekyll-1.1.9 _layouts/home.html
bubblin-jekyll-1.1.8 _layouts/home.html
bubblin-jekyll-1.1.7 _layouts/home.html
bubblin-jekyll-1.1.6 _layouts/home.html
bubblin-jekyll-1.1.5 _layouts/home.html
bubblin-jekyll-1.1.4 _layouts/home.html
bubblin-jekyll-1.1.3 _layouts/home.html
bubblin-jekyll-1.1.2 _layouts/home.html
bubblin-jekyll-1.1.1 _layouts/home.html
bubblin-jekyll-1.1.0 _layouts/home.html