Sha256: d22869094913a93ffdc13b5c18749841497747b39e4dc0f27161903a46febef2

Contents?: true

Size: 604 Bytes

Versions: 6

Compression:

Stored size: 604 Bytes

Contents

---
layout: default
---

<div class="home">

  {{ content }}

  <h1 class="page-heading">Posts</h1>

  <ul class="post-list">
    {% for post in site.posts %}
      <li>
        {% assign date_format = site.bubblin-jekyll.date_format | default: "%b %-d, %Y" %}
        <span class="post-meta">{{ post.date | date: date_format }}</span>

        <h2>
          <a class="post-link" href="{{ post.url | relative_url }}">{{ post.title | escape }}</a>
        </h2>
      </li>
    {% endfor %}
  </ul>

  <p class="rss-subscribe">subscribe <a href="{{ "/feed.xml" | relative_url }}">via RSS</a></p>

</div>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
bubblin-jekyll-1.0.6 _layouts/home.html
bubblin-jekyll-1.0.5 _layouts/home.html
bubblin-jekyll-1.0.4 _layouts/home.html
bubblin-jekyll-1.0.3 _layouts/home.html
bubblin-jekyll-1.0.2 _layouts/home.html
bubblin-jekyll-1.0.1 _layouts/home.html