Sha256: 36a6db3c6dfcd5235c16154bffbf5a9f285cd4eadd502ba143f9359d7fb91fcd

Contents?: true

Size: 841 Bytes

Versions: 2

Compression:

Stored size: 841 Bytes

Contents

---
layout: default
---

<div class="posts">
  {% for post in paginator.posts %}
  <article class="post">
    <h1 class="post-title">
      <a href="{{ post.url | relative_url }}">{{ post.title }}</a>
    </h1>
    {{ post.content }}
    <footer class="post-footer">
        <time datetime="{{ post.date | date_to_xmlschema }}" class="post-date">{{ post.date | date: "%B %e, %Y" }}</time>
    </footer>
  </article>
  {% endfor %}
</div>

{% if paginator.next_page or paginator.previous_page %}
<nav class="pagination">
  {% if paginator.next_page %}
    <a class="pagination-item previous" href="{{ paginator.next_page_path | relative_url }}">Previous</a>
  {% endif %}
  {% if paginator.previous_page %}
    <a class="pagination-item next" href="{{ paginator.previous_page_path | relative_url }}">Next</a>
  {% endif %}
</nav>
{% endif %}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jekyll-theme-redux-1.0.1 _layouts/home.html
jekyll-theme-redux-1.0.0 _layouts/home.html