Sha256: b8dd9394b6607e9fc1a183b545e59cec7ded8b251b9d1cfac4c60f1637c8ebd8

Contents?: true

Size: 840 Bytes

Versions: 112

Compression:

Stored size: 840 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>

{% include hr.html %}

Version data entries

112 entries across 112 versions & 2 rubygems

Version Path
jekyll-theme-centos-2.3.0.beta.88 _includes/blog/header.html
jekyll-theme-centos-2.3.0.beta.87 _includes/blog/header.html
jekyll-theme-centos-2.3.0.beta.86 _includes/blog/header.html
jekyll-theme-centos-2.3.0.beta.85 _includes/blog/header.html
jekyll-theme-centos-2.3.0.beta.84 _includes/blog/header.html
jekyll-theme-centos-2.3.0.beta.83 _includes/blog/header.html
jekyll-theme-centos-2.3.0.beta.82 _includes/blog/header.html
jekyll-theme-centos-2.3.0.beta.81 _includes/blog/header.html
jekyll-theme-centos-2.3.0.beta.80 _includes/blog/header.html
jekyll-theme-centos-2.3.0.beta.78 _includes/blog/header.html
jekyll-theme-centos-2.3.0.beta.77 _includes/blog/header.html
jekyll-theme-centos-2.3.0.beta.76 _includes/blog/header.html
jekyll-theme-centos-2.3.0.beta.75 _includes/blog/header.html
jekyll-theme-centos-2.3.0.beta.74 _includes/blog/header.html
jekyll-theme-centos-2.3.0.beta.73 _includes/blog/header.html
jekyll-theme-centos-2.3.0.beta.72 _includes/blog/header.html
jekyll-theme-centos-2.3.0.beta.71 _includes/blog/header.html
jekyll-theme-centos-2.3.0.beta.70 _includes/blog/header.html
jekyll-theme-centos-2.3.0.beta.69 _includes/blog/header.html
jekyll-theme-centos-2.3.0.beta.68 _includes/blog/header.html