Sha256: 3508c7d363c99a08b4b2f050df9af5b1052336bb7bd47025bfb5a29470ffd2ec

Contents?: true

Size: 893 Bytes

Versions: 67

Compression:

Stored size: 893 Bytes

Contents

{% if page.previous or page.next %}
  <nav class="pagination">
    {% if page.previous %}
      <a href="{{ page.previous.url | relative_url }}" class="pagination--pager" title="{{ page.previous.title | markdownify | strip_html }}">{{ site.data.ui-text[site.locale].pagination_previous | default: "Previous" }}</a>
    {% else %}
      <a href="#" class="pagination--pager disabled">{{ site.data.ui-text[site.locale].pagination_previous | default: "Previous" }}</a>
    {% endif %}
    {% if page.next %}
      <a href="{{ page.next.url | relative_url }}" class="pagination--pager" title="{{ page.next.title | markdownify | strip_html }}">{{ site.data.ui-text[site.locale].pagination_next | default: "Next" }}</a>
    {% else %}
      <a href="#" class="pagination--pager disabled">{{ site.data.ui-text[site.locale].pagination_next | default: "Next" }}</a>
    {% endif %}
  </nav>
{% endif %}

Version data entries

67 entries across 67 versions & 3 rubygems

Version Path
minimal-mistakes-jekyll-4.26.2 _includes/post_pagination.html
minimal-mistakes-jekyll-4.26.0 _includes/post_pagination.html
minimal-mistakes-jekyll-4.25.1 _includes/post_pagination.html
minimal-mistakes-jekyll-4.25.0 _includes/post_pagination.html
creek-jekyll-theme-1.7.5 _includes/post_pagination.html
creek-jekyll-theme-1.7.4 _includes/post_pagination.html
creek-jekyll-theme-1.7.3 _includes/post_pagination.html
creek-jekyll-theme-1.7.1 _includes/post_pagination.html
creek-jekyll-theme-1.7.0 _includes/post_pagination.html
creek-jekyll-theme-1.6.0 _includes/post_pagination.html
creek-jekyll-theme-1.5.0 _includes/post_pagination.html
creek-jekyll-theme-1.4.1 _includes/post_pagination.html
creek-jekyll-theme-1.4.0 _includes/post_pagination.html
creek-jekyll-theme-1.3.0 _includes/post_pagination.html
creek-jekyll-theme-1.2.2 _includes/post_pagination.html
creek-jekyll-theme-1.2.0 _includes/post_pagination.html
creek-jekyll-theme-1.1.0 _includes/post_pagination.html
creek-jekyll-theme-1.0.0 _includes/post_pagination.html
creek-jekyll-theme-0.5.2 _includes/post_pagination.html
creek-jekyll-theme-0.5.1 _includes/post_pagination.html