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-2.3.0.beta.88 _includes/post/header.html
jekyll-theme-centos-2.3.0.beta.87 _includes/post/header.html
jekyll-theme-centos-2.3.0.beta.86 _includes/post/header.html
jekyll-theme-centos-2.3.0.beta.85 _includes/post/header.html
jekyll-theme-centos-2.3.0.beta.84 _includes/post/header.html
jekyll-theme-centos-2.3.0.beta.83 _includes/post/header.html
jekyll-theme-centos-2.3.0.beta.82 _includes/post/header.html
jekyll-theme-centos-2.3.0.beta.81 _includes/post/header.html
jekyll-theme-centos-2.3.0.beta.80 _includes/post/header.html
jekyll-theme-centos-2.3.0.beta.78 _includes/post/header.html
jekyll-theme-centos-2.3.0.beta.77 _includes/post/header.html
jekyll-theme-centos-2.3.0.beta.76 _includes/post/header.html
jekyll-theme-centos-2.3.0.beta.75 _includes/post/header.html
jekyll-theme-centos-2.3.0.beta.74 _includes/post/header.html
jekyll-theme-centos-2.3.0.beta.73 _includes/post/header.html
jekyll-theme-centos-2.3.0.beta.72 _includes/post/header.html
jekyll-theme-centos-2.3.0.beta.71 _includes/post/header.html
jekyll-theme-centos-2.3.0.beta.70 _includes/post/header.html
jekyll-theme-centos-2.3.0.beta.69 _includes/post/header.html
jekyll-theme-centos-2.3.0.beta.68 _includes/post/header.html