Sha256: 81a64642a5167ea91e13a28f4d7b14a03b5b44957a82907889bab7ffa998bb69

Contents?: true

Size: 679 Bytes

Versions: 4

Compression:

Stored size: 679 Bytes

Contents

---
layout: default
---

<article class="post">
  <h1 class="post-title">{{ page.title }}</h1>
  <time datetime="{{ page.date | date_to_xmlschema }}" class="post-date">{{ page.date | date_to_string }}</time>
  {{ content }}
</article>

{% if site.related_posts != empty %}
<aside class="related">
  <h3>Related posts</h3>
  <ul class="related-posts">
    {% for post in site.related_posts limit:3 %}
      <li>
        <a href="{{ site.baseurl }}{{ post.url }}">
          {{ post.title }}
          <small><time datetime="{{ post.date | date_to_xmlschema }}">{{ post.date | date_to_string }}</time></small>
        </a>
      </li>
    {% endfor %}
  </ul>
</aside>
{% endif %}

Version data entries

4 entries across 4 versions & 4 rubygems

Version Path
nonesuch-0.1.0 _layouts/post.html
poole-for-jekyll-test-3.0.0.pre.test _layouts/post.html
noir-for-jekyll-1.0.0 _layouts/post.html
poole-for-jekyll-3.0.0 _layouts/post.html