Sha256: 5b101e430b7227ac6f8e2521790b9f294703d093e26b3ba97d278c21ff1416a3

Contents?: true

Size: 1.03 KB

Versions: 6

Compression:

Stored size: 1.03 KB

Contents

---
layout: default
---
{% include author.html %}
<div class="post">
  <h1 class="post-title">{{ page.title }}</h1>
  {% if site.plugins contains "jekyll/tagging" %}
  <div class="post-tags">
      {% for tag in page.tags %}
      <a class="tag" href="/tag/{{ tag }}/">{{ tag }}</a>
      {% endfor %}
  </div>
  {% endif %}
  <div class="post-date">Published on {{ page.date | date_to_string }}</div>
  {% if page.description != null %}
  <div class="post-description"><span class="color-blue">> </span>{{ 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>
{% include tagcloud.html %}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
jekyll-dash-1.1.0 _layouts/post.html
jekyll-dash-1.0.12 _layouts/post.html
jekyll-dash-1.0.11 _layouts/post.html
jekyll-dash-1.0.10 _layouts/post.html
jekyll-dash-1.0.9 _layouts/post.html
jekyll-dash-1.0.8 _layouts/post.html