Sha256: 4c6cf389544f1b40a1a7db9875878ce2fc016478234e98fc7d338070e9bae24f

Contents?: true

Size: 1.02 KB

Versions: 7

Compression:

Stored size: 1.02 KB

Contents

---
layout: default
---
<div class="archive">
  <h1>{{ page.title }}</h1>
  <ul class="post-list">
    {% for post in page.posts %}
      <li>
        <h2><a class="post-link" href="{{ post.url | relative_url }}">{{ post.title | escape }}</a></h2>
        
        {% assign date_format = site.jekyll-theme-niveus.date_format | default: "%B %-d, %Y" %}
        <span class="post-meta">{{ post.date | date: date_format }}</span>
        
        {{ post.excerpt }}
        
        <a href="{{ post.url | relative_url }}" class="read-more">Continued...</a>
      </li>
    {% endfor %}
  </ul>
</div>

<div class="pagination">
  {% if paginator.next_page %}
    <a href="{{ paginator.next_page_path }}" class="previous">← Older</a>
  {% else %}
    <span class="empty"></span>
  {% endif %}
  
  <a href="/archives.html" class="archives-link">Blog Archives</a>
  
  {% if paginator.previous_page %}
    <a href="{{ paginator.previous_page_path }}" class="next">Newer →</a>
  {% else %}
    <span class="empty"></span>
  {% endif %}
</div>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
jekyll-theme-niveus-1.1.1 _layouts/archive.html
jekyll-theme-niveus-1.1.0 _layouts/archive.html
jekyll-theme-niveus-1.0.4 _layouts/archive.html
jekyll-theme-niveus-1.0.3 _layouts/archive.html
jekyll-theme-niveus-1.0.2 _layouts/archive.html
jekyll-theme-niveus-1.0.1 _layouts/archive.html
jekyll-theme-niveus-1.0.0 _layouts/archive.html