diff options
author | Brandon Mathis <brandon@imathis.com> | 2012-01-07 15:01:56 -0800 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2012-01-07 15:01:56 -0800 |
commit | bffb20c517e4753a8cc54bdb5f6481cd41cf6d19 (patch) | |
tree | 8d28488994ef4f82aa7d36e4a61791ca7b56abac | |
parent | f99234b10ec3cd038a9537a1cad2a4e93250fb7a (diff) | |
parent | 944dfd75831ea6ac87673f5f02fe8af475a734dd (diff) | |
download | my_new_personal_website-bffb20c517e4753a8cc54bdb5f6481cd41cf6d19.tar.xz my_new_personal_website-bffb20c517e4753a8cc54bdb5f6481cd41cf6d19.zip |
Merge pull request #351 from grahamc/master
Resolve a simple _config.yml typo
-rw-r--r-- | _config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml index 82a9b806..fb296841 100644 --- a/_config.yml +++ b/_config.yml @@ -41,7 +41,7 @@ pagination_dir: blog # Directory base for pagination URLs eg. /blog/page/2/ recent_posts: 5 # Posts in the sidebar Recent Posts section excerpt_link: "Read on →" # "Continue reading" link text at the bottom of excerpted articles -titlecase: true # Converts page and post titles to tilecase +titlecase: true # Converts page and post titles to titlecase # list each of the sidebar modules you want to include, in the order you want them to appear. # To add custom asides, create files in /source/_includes/custom/asides/ and add them to the list like 'custom/asides/custom_aside_name.html' |