Sha256: 2e50b1fe96ae33d4d025a201f5e8f7c9f13d2715f150c5140e23384001ba1964

Contents?: true

Size: 1.02 KB

Versions: 4

Compression:

Stored size: 1.02 KB

Contents

---
layout: Sidebar
---
<article class="article-page">
  <div class="page-content">
    {% if page.header %}
    <div class="page-header-image">
      <figure>
        <img class="page-image" src={{ "" | prepend: site.baseurl | append : page.header}} alt="{{page.title}}">
      </figure>
    </div> <!-- End Page Cover Image -->
    {% else %}
    {% endif %}
    <header class="header-page">
      <h1 class="page-title">{{page.title}}</h1>
      <div class="page-date"><span>{{page.date | date: '%Y, %b %d'}}</span></div>
    </header>
      {%- include Content.html -%}
      {%- include Backlinks.html -%}
      {%- include Related.html -%}
      {%- include Footer.html -%}

      {% if site.preferences.author.enabled %}
      {% assign author = site.authors[page.author] %}
        {% if page.author %}
          {% include  Author.html %}
        {% endif %}
      {% endif %}

      {% if page.comments %}
        {%- include Comments.html -%}
      {% endif %}
  </div> <!-- End Page Content -->
</article> <!-- End Article Page -->

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
domain-jekyll-1.2.1 _layouts/Post.html
domain-jekyll-1.2.0 _layouts/Post.html
domain-jekyll-1.1.0 _layouts/Post.html
domain-jekyll-1.0.4 _layouts/Post.html