From a79855d1c32f6e337994b96b30bea8f4a75309f4 Mon Sep 17 00:00:00 2001 From: Valentin VALCIU Date: Mon, 28 Oct 2013 12:48:05 +0200 Subject: * consistently convert page and post titles to titlecase if site.titlecase is true; --- .themes/classic/source/_includes/archive_post.html | 2 +- .themes/classic/source/_includes/custom/category_feed.xml | 4 ++-- .themes/classic/source/_includes/head.html | 2 +- .themes/classic/source/atom.xml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.themes/classic/source/_includes/archive_post.html b/.themes/classic/source/_includes/archive_post.html index fef3328e..210dbbbe 100644 --- a/.themes/classic/source/_includes/archive_post.html +++ b/.themes/classic/source/_includes/archive_post.html @@ -1,5 +1,5 @@ {% capture category %}{{ post.categories | size }}{% endcapture %} -

{{post.title}}

+

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

{% if category != '0' %}