aboutsummaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
Diffstat (limited to 'themes')
-rw-r--r--themes/classic/source/_includes/article.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/themes/classic/source/_includes/article.html b/themes/classic/source/_includes/article.html
index 1be65526..92c06024 100644
--- a/themes/classic/source/_includes/article.html
+++ b/themes/classic/source/_includes/article.html
@@ -5,9 +5,9 @@
{% endif %}
<header>
{% if index %}
- <h1 class="entry-title"><a href="{{ page.url }}">{{ page.title }}</a></h1>
+ <h1 class="entry-title"><a href="{{ page.url }}">{{ page.title | titlecase }}</a></h1>
{% else %}
- <h1 class="entry-title">{{ page.title }}</h1>
+ <h1 class="entry-title">{{ page.title | titlecase }}</h1>
{% endif %}
{% unless page.nometa %}
<p>
@@ -26,3 +26,4 @@
{% else %}
<div class="entry-content">{{ content | smart_quotes }}</div>
{% endif %}
+