From 5a8c3717c02138a6ff88fb77e037455669568b40 Mon Sep 17 00:00:00 2001 From: James Doyle Date: Fri, 11 Apr 2014 15:07:24 -0400 Subject: [PATCH] add content_url and content_dir variables --- content/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/index.md b/content/index.md index b2cba150..cf0ba6f0 100644 --- a/content/index.md +++ b/content/index.md @@ -75,6 +75,8 @@ All themes must include an `index.html` file to define the HTML structure of the * `{{ base_url }}` - The URL to your Phile site * `{{ theme_dir }}` - The path to the Phile active theme direcotry * `{{ theme_url }}` - The URL to the Phile active theme direcotry +* `{{ content_dir }}` - The path to the content direcotry +* `{{ content_url }}` - The URL to the content direcotry * `{{ site_title }}` - Shortcut to the site title (defined in config.php) * `{{ meta }}` - Contains the meta values from the current page * `{{ meta.title }}`