Sha256: 12ab1693d3490f771d5609de2a18ea0a5b3e44561b4244887e4f0a8c014ef3e5

Contents?: true

Size: 964 Bytes

Versions: 3

Compression:

Stored size: 964 Bytes

Contents

---
layout: default
---
{% include author.html %}
<div class="post">
  <h1 class="post-title">{{ page.title }}</h1>
  <div class="post-tags">
      {% for tag in page.tags %}
      <a class="tag" href="/tag/{{ tag }}/">{{ tag }}</a>
      {% endfor %}
  </div>
  <div class="post-date">Published on {{ page.date | date_to_string }}</div>
  {% if page.description != null %}
  <div class="post-description">{{ page.description }}</div>
  {% endif %}
  {{ content }}
</div>

{% if site.dash.disqus.shortname %}
<div class="comments">
{% include disqus.html %}
</div>
{% endif %}

<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 }}">
            {{ post.title }}
            <small>{{ post.date | date_to_string }}</small>
          </a>
        </h3>
      </li>
    {% endfor %}
  </ul>
</div>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jekyll-dash-1.0.2 _layouts/post.html
jekyll-dash-1.0.1 _layouts/post.html
jekyll-dash-1.0.0 _layouts/post.html