Sha256: 344cea90be2312e3929126d53207de9b648fe9c2168b7ef963ad4f2208d85fb2

Contents?: true

Size: 1.3 KB

Versions: 29

Compression:

Stored size: 1.3 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-primary" data-toggle="tooltip" data-placement="top" title="Previous Post - {{ page.previous.title }}"><i class="fas fa-arrow-left"></i></button></a>
  </div>
  {% include top.html %}
  <div class="post__nav_explorer__feeds">
    <a href="{{ "/feed.xml" | relative_url }}"><button type="button" class="btn btn-primary" 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-primary" 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-primary" 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

29 entries across 29 versions & 1 rubygems

Version Path
jekyll-theme-centos-0.7.7 _includes/post-nav-explorer.html
jekyll-theme-centos-0.7.6 _includes/post-nav-explorer.html
jekyll-theme-centos-0.7.5 _includes/post-nav-explorer.html
jekyll-theme-centos-0.7.4 _includes/post-nav-explorer.html
jekyll-theme-centos-0.7.3 _includes/post-nav-explorer.html
jekyll-theme-centos-0.7.2 _includes/post-nav-explorer.html
jekyll-theme-centos-0.7.1 _includes/post-nav-explorer.html
jekyll-theme-centos-0.7.0 _includes/post-nav-explorer.html
jekyll-theme-centos-0.6.29 _includes/post-nav-explorer.html
jekyll-theme-centos-0.6.28 _includes/post-nav-explorer.html
jekyll-theme-centos-0.6.27 _includes/post-nav-explorer.html
jekyll-theme-centos-0.6.25 _includes/post-nav-explorer.html
jekyll-theme-centos-0.6.24 _includes/post-nav-explorer.html
jekyll-theme-centos-0.6.23 _includes/post-nav-explorer.html
jekyll-theme-centos-0.6.22 _includes/post-nav-explorer.html
jekyll-theme-centos-0.6.21 _includes/post-nav-explorer.html
jekyll-theme-centos-0.6.20 _includes/post-nav-explorer.html
jekyll-theme-centos-0.6.19 _includes/post-nav-explorer.html
jekyll-theme-centos-0.6.18 _includes/post-nav-explorer.html
jekyll-theme-centos-0.6.17 _includes/post-nav-explorer.html