Sha256: bffa916900b9cbca87cc3fe003a0a3e736ebd7882a9547465b1267993297833f

Contents?: true

Size: 861 Bytes

Versions: 61

Compression:

Stored size: 861 Bytes

Contents

<header class="header header__post">

  {% if page.previous.url %}
  <a href="{{ page.previous.url }}"><div class="header__post__older"><i class="fas fa-arrow-left"></i></div></a>
  {% else %}
  <div class="header__post__older header__post__older--disabled"><i class="fas fa-arrow-left"></i></div>
  {% endif %}

  <section class="header__post__present">
    <h1 class="header__post__title">{{ page.title }}</h1>
    {%- assign date_format = site.date_format | default: "%b %-d, %Y" -%}
    <p class="header__post__description">{{ page.date | date: date_format }}</p>
  </section>

  {% if page.next.url %}
  <a href="{{ page.next.url }}"><div class="header__post__newer"><i class="fas fa-arrow-right"></i></div></a>
  {% else %}
  <div class="header__post__newer header__post__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/post.html
jekyll-theme-centos-0.7.8 _includes/header/post.html
jekyll-theme-centos-0.7.7 _includes/header/post.html
jekyll-theme-centos-0.7.6 _includes/header/post.html
jekyll-theme-centos-0.7.5 _includes/header/post.html
jekyll-theme-centos-0.7.4 _includes/header/post.html
jekyll-theme-centos-0.7.3 _includes/header/post.html
jekyll-theme-centos-0.7.2 _includes/header/post.html
jekyll-theme-centos-0.7.1 _includes/header/post.html
jekyll-theme-centos-0.7.0 _includes/header/post.html
jekyll-theme-centos-0.6.29 _includes/header/post.html
jekyll-theme-centos-0.6.28 _includes/header/post.html
jekyll-theme-centos-0.6.27 _includes/header/post.html
jekyll-theme-centos-0.6.25 _includes/header/post.html
jekyll-theme-centos-0.6.24 _includes/header/post.html
jekyll-theme-centos-0.6.23 _includes/header/post.html
jekyll-theme-centos-0.6.22 _includes/header/post.html
jekyll-theme-centos-0.6.21 _includes/header/post.html
jekyll-theme-centos-0.6.20 _includes/header/post.html
jekyll-theme-centos-0.6.19 _includes/header/post.html