Sha256: 417d8feddc30f48f55388df475373284a35a9602f358baf4dcf46993e7d5155a

Contents?: true

Size: 581 Bytes

Versions: 12

Compression:

Stored size: 581 Bytes

Contents

<h2 class="sr-only">Pagination</h2>
<nav class="pagination heading" role="navigation">
  <ul>
    <li class="pagination-item older" >
      {% if paginator.next_page %}
        <a rel="next" href="{{ paginator.next_page_path | relative_url }}">Older</a>
      {% else %}
        <span>Older</span>
      {% endif %}
    </li>
    <li class="pagination-item newer" >
      {% if paginator.previous_page %}
        <a rel="prev" href="{{ paginator.previous_page_path | relative_url }}">Newer</a>
      {% else %}
        <span>Newer</span>
      {% endif %}
    </li>
  </ul>
</nav>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
jekyll-theme-hydejack-6.6.1 _includes/pagination.html
jekyll-theme-hydejack-6.6.0 _includes/pagination.html
jekyll-theme-hydejack-6.5.0 _includes/pagination.html
jekyll-theme-hydejack-6.4.1 _includes/pagination.html
jekyll-theme-hydejack-6.4.0 _includes/pagination.html
jekyll-theme-hydejack-6.3.0 _includes/pagination.html
jekyll-theme-hydejack-6.2.0 _includes/pagination.html
jekyll-theme-hydejack-6.1.0 _includes/pagination.html
jekyll-theme-hydejack-6.0.0 _includes/pagination.html
jekyll-theme-hydejack-6.0.0.pre.beta3 _includes/pagination.html
jekyll-theme-hydejack-6.0.0.pre.beta2 _includes/pagination.html
jekyll-theme-hydejack-6.0.0.pre.alpha _includes/pagination.html