Sha256: d5be1fc4e3281e9d6f8ecc22cb8afe53a15a79aa5a82b38eddc2e5df7913b7e3

Contents?: true

Size: 738 Bytes

Versions: 3

Compression:

Stored size: 738 Bytes

Contents

---
layout: default
---
{% capture window_content %}
<div class="post-content window-body">
  <h1>{{page.title}}</h1>
  {{content}}
</div>
{% endcapture %}

{% capture status_bar_content %}
  <div class="status-bar">
    <div class="status-bar-field status-bar-date">
      {%- assign date_format = site.jekyll-98.date_format | default: "%b %-d, %Y" -%} 
      {{ page.date | date: date_format }}
    </div>
    {% for category in page.categories %}
      <div class="status-bar-field">
        {{category}}
      </div>
    {% endfor %}
  </div>
{% endcapture %}

<div class="post-page">
  {% include desktop_icons.html hide=true %}
  {% include window.html title=page.title content=window_content statusbar=status_bar_content %}
</div>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jekyll-98-0.3.0 _layouts/post.html
jekyll-98-0.2.0 _layouts/post.html
jekyll-98-0.1.0 _layouts/post.html