Sha256: baffc04811753b5f219c8f45b4004f177deb017b8b6fcbb3c57c43e2f5bd64da

Contents?: true

Size: 604 Bytes

Versions: 7

Compression:

Stored size: 604 Bytes

Contents

<div class="pagination">
  {% if paginator.next_page %}
    <a class="pagination-item older" href="{{ site.baseurl }}/page{{paginator.next_page}}">Older</a>
  {% else %}
    <span class="pagination-item older">Older</span>
  {% endif %}
  {% if paginator.previous_page %}
    {% if paginator.page == 2 %}
      <a class="pagination-item newer" href="{{ site.baseurl }}">Newer</a>
    {% else %}
      <a class="pagination-item newer" href="{{ site.baseurl }}/page{{paginator.previous_page}}">Newer</a>
    {% endif %}
  {% else %}
    <span class="pagination-item newer">Newer</span>
  {% endif %}
</div>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
jekyll-theme-hydeout-3.3.1 _includes/pagination.html
jekyll-theme-hydeout-3.3.0 _includes/pagination.html
jekyll-theme-hydeout-3.2.0 _includes/pagination.html
jekyll-theme-hydeout-3.1.3 _includes/pagination.html
jekyll-theme-hydeout-3.1.2 _includes/pagination.html
jekyll-theme-hydeout-3.1.1 _includes/pagination.html
jekyll-theme-hydeout-3.1.0 _includes/pagination.html