Sha256: 6c7b4bcfdff1ce0c95594a9f28dd317ad513aa50eb5e202ca01f800da4ea176d
Contents?: true
Size: 585 Bytes
Versions: 1
Compression:
Stored size: 585 Bytes
Contents
--- layout: description --- <h2>{{ page.title }}</h2> <small>{{ post.date | date_to_string }}</small> {{content}} <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 %} {% endunless %} {% endfor %} </div> {% if site.disqus.shortname and page.comments %} <hr> {% include disqus_comments.html %} {% endif %}
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dev-portfolio-blog-0.1.7 | _layouts/post.html |