Sha256: 765b5cb43fcc4fd21913ce37f6d90f1224d10bb41c36e451aa42c7f038c25048

Contents?: true

Size: 884 Bytes

Versions: 112

Compression:

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

{% include hr.html %}

Version data entries

112 entries across 112 versions & 2 rubygems

Version Path
jekyll-theme-centos-0.9.20211031215618 _includes/header/post.html
jekyll-theme-centos-0.8.10 _includes/header/post.html
jekyll-theme-centos-0.8.9 _includes/header/post.html
jekyll-theme-centos-0.8.8 _includes/header/post.html
jekyll-theme-centos-0.8.7 _includes/header/post.html
jekyll-theme-centos-0.8.6 _includes/header/post.html
jekyll-theme-centos-0.8.5 _includes/header/post.html
jekyll-theme-centos-0.8.4 _includes/header/post.html
jekyll-theme-centos-0.8.3 _includes/header/post.html
jekyll-theme-centos-0.8.2 _includes/header/post.html
jekyll-theme-centos-0.8.1 _includes/header/post.html
jekyll-theme-centos-0.8.0 _includes/header/post.html