aboutsummaryrefslogtreecommitdiff
path: root/doc/tips/add_chatterbox_to_blog
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-04-19 15:19:43 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-04-19 15:19:43 -0400
commit4e935d300ed0bda37a44e1da85aff797f0aeda8f (patch)
treef7dac87094cec5f4026645a155d2b4624cd00bb0 /doc/tips/add_chatterbox_to_blog
parent48e369366e597edc1791cbd8cde92920cbe00eb7 (diff)
downloadikiwiki-4e935d300ed0bda37a44e1da85aff797f0aeda8f.tar
ikiwiki-4e935d300ed0bda37a44e1da85aff797f0aeda8f.tar.gz
clarification, response
Diffstat (limited to 'doc/tips/add_chatterbox_to_blog')
-rw-r--r--doc/tips/add_chatterbox_to_blog/discussion.mdwn6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/tips/add_chatterbox_to_blog/discussion.mdwn b/doc/tips/add_chatterbox_to_blog/discussion.mdwn
index b448cf3b8..57e4b76ad 100644
--- a/doc/tips/add_chatterbox_to_blog/discussion.mdwn
+++ b/doc/tips/add_chatterbox_to_blog/discussion.mdwn
@@ -14,3 +14,9 @@ mine, live, here: <http://simonraven.kisikew.org/blog/meta/microblog-feed/>
I expected something like: sidebar, with a number, and displaying them in the sidebar, but they don't display (similar to what you have on your blog).
On the [[/ikiwiki/pagespec]] page, it says "internal" pages aren't "first-class" wiki pages, so it's best not to directly display them, so how do you manage to display them? I'd like to display their name, and what they link to in the sidebar, or otherwise in the main body.
+
+> That's what the inline does, displays the internal pages.
+>
+> You need to fix your pagespec to refer to where the pages are aggregated
+> to, under the page that contains the aggregate directive. In your example,
+> it should be `internal(./blog/meta/microblog-feed/kijkaqawej/*)` --[[Joey]]