From 892761f73222233777b90da9634bacc95001ad93 Mon Sep 17 00:00:00 2001 From: Zoresvit Date: Thu, 16 Aug 2012 14:19:10 +0300 Subject: [PATCH] Fixed description of copying themes/static content. The content from `static` directory is actually copied into `theme/`, not `theme/static/`. --- docs/themes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/themes.rst b/docs/themes.rst index 25cdd682..d3dd4d9e 100644 --- a/docs/themes.rst +++ b/docs/themes.rst @@ -29,7 +29,7 @@ To make your own theme, you must follow the following structure:: └── tags.html // must list all the tags. Can be a tag cloud. * `static` contains all the static assets, which will be copied to the output - `theme/static` folder. I've put the CSS and image folders here, but they are + `theme` folder. I've put the CSS and image folders here, but they are just examples. Put what you need here. * `templates` contains all the templates that will be used to generate the content.