Sha256: 9993090a40177ff0b64947638509e401148596e3cd96dbd47822c0b7b784d13c

Contents?: true

Size: 572 Bytes

Versions: 8

Compression:

Stored size: 572 Bytes

Contents

---
layout: default
---

<div class="post">
  <h1 class="post-title">{{ page.title }}</h1>
  <span class="post-date">{{ page.date | date_to_string }}</span>
  {{ content }}
</div>

<div class="related">
  <h2>Related Posts</h2>
  <ul class="related-posts">
    {% for post in site.related_posts limit:3 %}
      <li>
        <h3>
          <a href="{{ post.url | prepend: site.baseurl | prepend: site.url }}">
            {{ post.title }}
            <small>{{ post.date | date_to_string }}</small>
          </a>
        </h3>
      </li>
    {% endfor %}
  </ul>
</div>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
jekyll-minifier-0.1.10 spec/fixtures/_layouts/post.html
jekyll-minifier-0.1.9 spec/fixtures/_layouts/post.html
jekyll-minifier-0.1.8 spec/fixtures/_layouts/post.html
jekyll-minifier-0.1.6 spec/fixtures/_layouts/post.html
jekyll-minifier-0.1.5 spec/fixtures/_layouts/post.html
jekyll-minifier-0.1.4 spec/fixtures/_layouts/post.html
jekyll-minifier-0.1.3 spec/fixtures/_layouts/post.html
jekyll-minifier-0.1.2 spec/fixtures/_layouts/post.html