Sha256: ef9d7026320b6ffa305092d45871cc62bd285801d0e9d3d294c18e42a403cec2

Contents?: true

Size: 1.29 KB

Versions: 185

Compression:

Stored size: 1.29 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/" | relative_url }}"><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

185 entries across 185 versions & 1 rubygems

Version Path
jekyll-theme-centos-2.51.0 _includes/post-nav-explorer.html
jekyll-theme-centos-2.50.0 _includes/post-nav-explorer.html
jekyll-theme-centos-2.49.0 _includes/post-nav-explorer.html
jekyll-theme-centos-2.48.0 _includes/post-nav-explorer.html
jekyll-theme-centos-2.47.0 _includes/post-nav-explorer.html
jekyll-theme-centos-2.46.1 _includes/post-nav-explorer.html
jekyll-theme-centos-2.46.0 _includes/post-nav-explorer.html
jekyll-theme-centos-2.45.0 _includes/post-nav-explorer.html
jekyll-theme-centos-2.44.0 _includes/post-nav-explorer.html
jekyll-theme-centos-2.43.0 _includes/post-nav-explorer.html
jekyll-theme-centos-2.42.0 _includes/post-nav-explorer.html
jekyll-theme-centos-2.41.0 _includes/post-nav-explorer.html
jekyll-theme-centos-2.40.0 _includes/post-nav-explorer.html
jekyll-theme-centos-2.39.0 _includes/post-nav-explorer.html
jekyll-theme-centos-2.38.0 _includes/post-nav-explorer.html
jekyll-theme-centos-2.37.0 _includes/post-nav-explorer.html
jekyll-theme-centos-2.36.0 _includes/post-nav-explorer.html
jekyll-theme-centos-2.35.0 _includes/post-nav-explorer.html
jekyll-theme-centos-2.34.0 _includes/post-nav-explorer.html
jekyll-theme-centos-2.33.0 _includes/post-nav-explorer.html