diff options
author | Arnaud BOS <arnaud.tlse@gmail.com> | 2011-05-08 16:16:59 +0100 |
---|---|---|
committer | Arnaud BOS <arnaud.tlse@gmail.com> | 2011-05-08 16:16:59 +0100 |
commit | dbc456440a942f0be97b4a2e4b781b1985ba59e7 (patch) | |
tree | f066433e4d63cb6706ed395783423453fe2746b6 | |
parent | 3920b1d9ed6821409fa077fd781964292043ae4f (diff) | |
download | pelican-themes-dbc456440a942f0be97b4a2e4b781b1985ba59e7.tar.gz |
[SNEAKYIDEA]Add README file to outline specific settings
-rw-r--r-- | sneakyidea/README.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sneakyidea/README.rst b/sneakyidea/README.rst new file mode 100644 index 0000000..75d691e --- /dev/null +++ b/sneakyidea/README.rst @@ -0,0 +1,10 @@ +Style specific setting +====================== + +The tags.html file which contains the tag cloud is unreachable from the blog because there is no hyoerlink to it. + +To make the tag cloud accessible from the navigation bar add :: + + $ MENUITEMS = (('Tags', 'tags.html'),) + +in your settings. |