Back to Octopress

{% if site.titlecase %}{{ post.title | titlecase }}{% else %}{{ post.title }}{% endif %}

.themes/classic/source/_includes/archive_post.html

2.0269 B
Original Source

{% capture category %}{{ post.categories | size }}{% endcapture %}

{% if site.titlecase %}{{ post.title | titlecase }}{% else %}{{ post.title }}{% endif %}

{{ post.date | date: "%b %d %Y"}} {% if category != '0' %} {% endif %}