From 44fb99ade309ac4a156e85cf77c308892d3c04b8 Mon Sep 17 00:00:00 2001 From: Iheanyi Ekechukwu Date: Mon, 16 Dec 2013 14:09:04 -0500 Subject: [PATCH] Fix typos within index.md direcotry --> directory --- content/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/index.md b/content/index.md index 4642139..8c18244 100644 --- a/content/index.md +++ b/content/index.md @@ -62,8 +62,8 @@ All themes must include an `index.html` file to define the HTML structure of the * `{{ config }}` - Conatins the values you set in config.php (e.g. `{{ config.theme }}` = "default") * `{{ base_dir }}` - The path to your Pico root directory * `{{ base_url }}` - The URL to your Pico site -* `{{ theme_dir }}` - The path to the Pico active theme direcotry -* `{{ theme_url }}` - The URL to the Pico active theme direcotry +* `{{ theme_dir }}` - The path to the Pico active theme directory +* `{{ theme_url }}` - The URL to the Pico active theme directory * `{{ site_title }}` - Shortcut to the site title (defined in config.php) * `{{ meta }}` - Contains the meta values from the current page * `{{ meta.title }}`