Browse code

tilecase -> titlecase

Graham Christensen authored on 01/01/2012 at 04:46:37
Showing 1 changed files
... ...
@@ -41,7 +41,7 @@ pagination_dir: blog  # Directory base for pagination URLs eg. /blog/page/2/
41 41
 recent_posts: 5       # Posts in the sidebar Recent Posts section
42 42
 excerpt_link: "Read on →"  # "Continue reading" link text at the bottom of excerpted articles
43 43
 
44
-titlecase: true       # Converts page and post titles to tilecase
44
+titlecase: true       # Converts page and post titles to titlecase
45 45
 
46 46
 # list each of the sidebar modules you want to include, in the order you want them to appear.
47 47
 # To add custom asides, create files in /source/_includes/custom/asides/ and add them to the list like 'custom/asides/custom_aside_name.html'