Sha256: a7f4e6f973654fe1fd5c14f6195923a9be5590f5ea515871f6ea069998226d35

Contents?: true

Size: 662 Bytes

Versions: 2

Compression:

Stored size: 662 Bytes

Contents

---
layout: description
---
<h2>{{ page.title }}</h2>
<small>{{ post.date | date_to_string }}</small>
{{content}}

<div class="post-footer">
<div class="post-categories">
  Categories :
  {% if post %}
    {% assign categories = post.categories %}
  {% else %}
    {% assign categories = page.categories %}
  {% endif %}
  {% for category in categories %}
      <a href="{{site.url}}/categories/#{{category|slugize}}">{{category}}</a>
  {% unless forloop.last %}&nbsp;{% endunless %}
  {% endfor %}
</div>
<div>{% include share_buttons.html %}</div>

</div>
{% if site.disqus.shortname and page.comments %}
  <hr>
  {% include disqus_comments.html %}
{% endif %}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
dev-portfolio-blog-0.1.9 _layouts/post.html
dev-portfolio-blog-0.1.8 _layouts/post.html