Sha256: 3586c8c047623f43d79af91dcf07c2e1fbde62b74de97ddb0c1f3f5f7041404e

Contents?: true

Size: 727 Bytes

Versions: 30

Compression:

Stored size: 727 Bytes

Contents

<h2 class="sr-only">{{ site.data.strings.pagination | default:"Pagination" }}</h2>
<nav class="pagination heading clearfix" role="navigation">
  <ul>
    <li class="pagination-item older" >
      {% assign next_title = site.data.strings.older | default:"Older" %}
      {% assign next_href = paginator.next_page_path | relative_url %}
      {% include components/link.html rel="next" title=next_title href=next_href %}
    </li>
    <li class="pagination-item newer" >
      {% assign prev_title = site.data.strings.newer | default:"Newer" %}
      {% assign prev_href = paginator.previous_page_path | relative_url %}
      {% include components/link.html rel="prev" title=prev_title href=prev_href %}
    </li>
  </ul>
</nav>

Version data entries

30 entries across 30 versions & 2 rubygems

Version Path
jekyll-theme-hydejack-9.2.1 _includes/components/pagination.html
jekyll-theme-hydejack-9.2.0 _includes/components/pagination.html
jekyll-theme-hydejack-9.1.9 _includes/components/pagination.html
jekyll-theme-hydejack-9.1.8 _includes/components/pagination.html
jekyll-theme-hydejack-9.1.7 _includes/components/pagination.html
jekyll-theme-hydejack-9.1.6 _includes/components/pagination.html
jekyll-theme-hydejack-9.1.5 _includes/components/pagination.html
jekyll-theme-hydejack-9.1.4 _includes/components/pagination.html
jekyll-theme-hydejack-9.1.3 _includes/components/pagination.html
jekyll-theme-hydejack-9.1.2 _includes/components/pagination.html
jekyll-theme-hydejack-9.1.1 _includes/components/pagination.html
jekyll-theme-hydejack-9.1.0 _includes/components/pagination.html
jekyll-theme-hydejack-9.0.4 _includes/components/pagination.html
jekyll-theme-hydejack-9.0.3 _includes/components/pagination.html
jekyll-theme-hydejack-9.0.2 _includes/components/pagination.html
jekyll-theme-hydejack-9.0.1 _includes/components/pagination.html
jekyll-theme-hydejack-9.0.0 _includes/components/pagination.html
jekyll-theme-hydebetty-1.0.2 _includes/components/pagination.html
jekyll-theme-hydebetty-1.0.1 _includes/components/pagination.html
jekyll-theme-hydejack-8.5.2 _includes/components/pagination.html