Sha256: dcfd9a20620f256cc0e0bc0111bc6de2c7165b28af727d39f7af3cea02b2bf6b

Contents?: true

Size: 817 Bytes

Versions: 61

Compression:

Stored size: 817 Bytes

Contents

<header class="header header__blog">

  {% if paginator.previous_page_path %}
  <a href="{{ paginator.previous_page_path }}"><div class="header__blog__older"><i class="fas fa-arrow-left"></i></div></a>
  {% else %}
  <div class="header__blog__older header__blog__older--disabled"><i class="fas fa-arrow-left"></i></div>
  {% endif %}

  <section class="header__blog__present">
    <h1 class="header__blog__title">{{ page.title }}</h1>
    <p class="header__blog__description">{{ page.title_lead }}</p>
  </section>

  {% if paginator.next_page_path %}
  <a href="{{ paginator.next_page_path }}"><div class="header__blog__newer"><i class="fas fa-arrow-right"></i></div></a>
  {% else %}
  <div class="header__blog__newer header__blog__newer--disabled"><i class="fas fa-arrow-right"></i></div>
  {% endif %}

</header>

Version data entries

61 entries across 61 versions & 1 rubygems

Version Path
jekyll-theme-centos-0.7.9 _includes/header/blog.html
jekyll-theme-centos-0.7.8 _includes/header/blog.html
jekyll-theme-centos-0.7.7 _includes/header/blog.html
jekyll-theme-centos-0.7.6 _includes/header/blog.html
jekyll-theme-centos-0.7.5 _includes/header/blog.html
jekyll-theme-centos-0.7.4 _includes/header/blog.html
jekyll-theme-centos-0.7.3 _includes/header/blog.html
jekyll-theme-centos-0.7.2 _includes/header/blog.html
jekyll-theme-centos-0.7.1 _includes/header/blog.html
jekyll-theme-centos-0.7.0 _includes/header/blog.html
jekyll-theme-centos-0.6.29 _includes/header/blog.html
jekyll-theme-centos-0.6.28 _includes/header/blog.html
jekyll-theme-centos-0.6.27 _includes/header/blog.html
jekyll-theme-centos-0.6.25 _includes/header/blog.html
jekyll-theme-centos-0.6.24 _includes/header/blog.html
jekyll-theme-centos-0.6.23 _includes/header/blog.html
jekyll-theme-centos-0.6.22 _includes/header/blog.html
jekyll-theme-centos-0.6.21 _includes/header/blog.html
jekyll-theme-centos-0.6.20 _includes/header/blog.html
jekyll-theme-centos-0.6.19 _includes/header/blog.html