summaryrefslogtreecommitdiff
path: root/doc/examples
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2010-04-15 15:04:17 -0400
committerJoey Hess <joey@gnu.kitenet.net>2010-04-15 15:04:17 -0400
commitbaaa848f6c06b0b3a59677d3551e130c65e5fde7 (patch)
tree4a822254fefde98660401d224054e60aae5531c4 /doc/examples
parent691dab03069f452b95f2319f9dcc52a27c9ff7b2 (diff)
CSS and templates for sidebar changed to use a class, not an id.
Multiple sidebars should be possible; also, I want to add a sidebar template.
Diffstat (limited to 'doc/examples')
-rw-r--r--doc/examples/blog.mdwn2
-rw-r--r--doc/examples/blog/index.mdwn1
-rw-r--r--doc/examples/blog/sidebar.mdwn7
3 files changed, 1 insertions, 9 deletions
diff --git a/doc/examples/blog.mdwn b/doc/examples/blog.mdwn
index b9b57b944..33637e57d 100644
--- a/doc/examples/blog.mdwn
+++ b/doc/examples/blog.mdwn
@@ -14,7 +14,7 @@ Some additional configuration you might want to do:
\[[!tag tags/life]]
* Enable the [[sidebar|plugins/sidebar]] plugin to get a sidebar listing all
- the categories you've tagged posts with.
+ the categories you've tagged posts with, and other navigation links.
* Enable the [[pagestats|plugins/pagestats]] plugin to get a tag cloud
to display on the [[index]].
diff --git a/doc/examples/blog/index.mdwn b/doc/examples/blog/index.mdwn
index b273ba1a9..da95e7660 100644
--- a/doc/examples/blog/index.mdwn
+++ b/doc/examples/blog/index.mdwn
@@ -4,7 +4,6 @@
* [[Recent_Comments|comments]]
* [[Archives]]
-[[!if test="enabled(calendar)" then="""
[[!calendar pages="./posts/* and !*/Discussion"]]
"""]]
diff --git a/doc/examples/blog/sidebar.mdwn b/doc/examples/blog/sidebar.mdwn
deleted file mode 100644
index a9fac388e..000000000
--- a/doc/examples/blog/sidebar.mdwn
+++ /dev/null
@@ -1,7 +0,0 @@
-Example sidebar
-
-* [[Blog|index]]
-* [[Archive|posts]]
-
-Categories:
-[[!map pages="./tags/* and !*/Discussion"]]