Sha256: 8891c6e4905260d6d1faa2dd066f7ca92f78b65dfa5d8985c8e7fa0cbba4f167

Contents?: true

Size: 981 Bytes

Versions: 51

Compression:

Stored size: 981 Bytes

Contents

<!-- Navigation buttons at the bottom of the post. -->

<nav class="post-navigation d-flex justify-content-between" aria-label="Post Navigation">
  {% assign previous = site.data.locales[include.lang].post.button.previous %}
  {% assign next = site.data.locales[include.lang].post.button.next %}

  {% if page.previous.url %}
    <a
      href="{{ site.baseurl }}{{ page.previous.url }}"
      class="btn btn-outline-primary"
      aria-label="{{ previous }}"
    >
      <p>{{ page.previous.title }}</p>
    </a>
  {% else %}
    <div class="btn btn-outline-primary disabled" aria-label="{{ previous }}">
      <p>-</p>
    </div>
  {% endif %}

  {% if page.next.url %}
    <a
      href="{{ site.baseurl }}{{page.next.url}}"
      class="btn btn-outline-primary"
      aria-label="{{ next }}"
    >
      <p>{{ page.next.title }}</p>
    </a>
  {% else %}
    <div class="btn btn-outline-primary disabled" aria-label="{{ next }}">
      <p>-</p>
    </div>
  {% endif %}
</nav>

Version data entries

51 entries across 51 versions & 5 rubygems

Version Path
jekyll-theme-chirpy-customized-upe-1.0.2 _includes/post-nav.html
jekyll-theme-chirpy-customized-upe-1.0.1 _includes/post-nav.html
jekyll-theme-chirpy-customized-upe-1.0.0 _includes/post-nav.html
jekyll-theme-chirpy-customized-upe-0.1.2 _includes/post-nav.html
jekyll-theme-chirpy-customized-upe-0.1.1 _includes/post-nav.html
jekyll-theme-chirpy-customized-upe-0.1.0 _includes/post-nav.html
jekyll-theme-chirpy-customized-upe-0.0.9 _includes/post-nav.html
jekyll-theme-chirpy-customized-upe-0.0.8 _includes/post-nav.html
jekyll-theme-chirpy-customized-upe-0.0.7 _includes/post-nav.html
jekyll-theme-chirpy-customized-upe-0.0.6 _includes/post-nav.html
jekyll-theme-chirpy-customized-upe-0.0.5 _includes/post-nav.html
jekyll-theme-chirpy-customized-upe-0.0.4 _includes/post-nav.html
jekyll-theme-chirpy-customized-upe-0.0.3 _includes/post-nav.html
jekyll-theme-chirpy-customized-upe-0.0.2 _includes/post-nav.html
jekyll-theme-chirpy-customized-upe-0.0.1 _includes/post-nav.html
jekyll-theme-chirpy-customized-upe-0.0.0 _includes/post-nav.html
jekyll-theme-chirpy-6.5.0 _includes/post-nav.html
jekyll-theme-chirpy-6.4.2 _includes/post-nav.html
jekyll-theme-chirpy-6.4.1 _includes/post-nav.html
jekyll-theme-chirpy-6.4.0 _includes/post-nav.html