Sha256: a3e395538f828adcdc7d7edd3ddd14c07fd48ca711d106295f7aff98459d862c

Contents?: true

Size: 1.27 KB

Versions: 41

Compression:

Stored size: 1.27 KB

Contents

<nav class="post__nav__explorer">
  {% if page.previous.url %}
  <div class="post__nav__explorer__newer">
  {% else %}
  <div class="post__nav__explorer__newer--disabled">
  {% endif %}
  <a href="{{ page.previous.url | remove:'index.html' }}"><button type="button" class="btn btn-light" data-toggle="tooltip" data-placement="top" title="Previous Post - {{ page.previous.title }}"><i class="fas fa-arrow-left"></i></button></a>
  </div>

  <div class="post__nav_explorer__feeds">
    <a href="{{ "/feed.xml" | relative_url }}"><button type="button" class="btn btn-light" data-toggle="tooltip" data-placement="top" title="RSS"><i class="fas fa-rss"></i></button></a>
  </div>
  <div class="post__nav__explorer__index">
    <a href="/news-and-events/"><button type="button" class="btn btn-light" data-toggle="tooltip" data-placement="top" title="Blog posts"><i class="fas fa-th"></i></button></a>
  </div>
  {% if page.next.url %}
  <div class="post__nav__explorer__older">
  {% else %}
  <div class="post__nav__explorer__older--disabled">
  {% endif %}
  <a href="{{ page.next.url | remove:'index.html' }}"><button type="button" class="btn btn-light" data-toggle="tooltip" data-placement="top" title="Next Post - {{ page.next.title }}"><i class="fas fa-arrow-right"></i></button></a>
  </div>
</nav>

Version data entries

41 entries across 41 versions & 2 rubygems

Version Path
jekyll-theme-centos-test-1.0.23 _includes/post-nav-explorer.html
jekyll-theme-centos-0.9.20220227231551 _includes/post-nav-explorer.html
jekyll-theme-centos-0.9.20220212202853 _includes/post-nav-explorer.html
jekyll-theme-centos-0.9.20220212195701 _includes/post-nav-explorer.html
jekyll-theme-centos-0.9.20220201124228 _includes/post-nav-explorer.html
jekyll-theme-centos-0.9.20220201033517 _includes/post-nav-explorer.html
jekyll-theme-centos-0.9.20220201032927 _includes/post-nav-explorer.html
jekyll-theme-centos-0.9.20211202171349 _includes/post-nav-explorer.html
jekyll-theme-centos-0.9.20211031215618 _includes/post-nav-explorer.html
jekyll-theme-centos-0.8.10 _includes/post-nav-explorer.html
jekyll-theme-centos-0.8.9 _includes/post-nav-explorer.html
jekyll-theme-centos-0.8.8 _includes/post-nav-explorer.html
jekyll-theme-centos-0.8.7 _includes/post-nav-explorer.html
jekyll-theme-centos-0.8.6 _includes/post-nav-explorer.html
jekyll-theme-centos-0.8.5 _includes/post-nav-explorer.html
jekyll-theme-centos-0.8.4 _includes/post-nav-explorer.html
jekyll-theme-centos-0.8.3 _includes/post-nav-explorer.html
jekyll-theme-centos-0.8.2 _includes/post-nav-explorer.html
jekyll-theme-centos-0.8.1 _includes/post-nav-explorer.html
jekyll-theme-centos-0.8.0 _includes/post-nav-explorer.html