aboutsummaryrefslogtreecommitdiff
path: root/doc/tips/add_chatterbox_to_blog
diff options
context:
space:
mode:
authorsimonraven <simonraven@web>2009-04-20 05:04:53 -0400
committerJoey Hess <joey@kitenet.net>2009-04-20 05:04:53 -0400
commit2cc3f5d057c5882e08d16746985c49a7dd1a4c01 (patch)
treea9a8394b5126fc2a9faa27a1370f1e2b3a9a3ebb /doc/tips/add_chatterbox_to_blog
parent4e935d300ed0bda37a44e1da85aff797f0aeda8f (diff)
downloadikiwiki-2cc3f5d057c5882e08d16746985c49a7dd1a4c01.tar
ikiwiki-2cc3f5d057c5882e08d16746985c49a7dd1a4c01.tar.gz
Diffstat (limited to 'doc/tips/add_chatterbox_to_blog')
-rw-r--r--doc/tips/add_chatterbox_to_blog/discussion.mdwn3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/tips/add_chatterbox_to_blog/discussion.mdwn b/doc/tips/add_chatterbox_to_blog/discussion.mdwn
index 57e4b76ad..bf7c9b1c3 100644
--- a/doc/tips/add_chatterbox_to_blog/discussion.mdwn
+++ b/doc/tips/add_chatterbox_to_blog/discussion.mdwn
@@ -20,3 +20,6 @@ On the [[/ikiwiki/pagespec]] page, it says "internal" pages aren't "first-class"
> 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]]
+
+>> Oooh, I see, it's referring to an absolute path (relative to the site), right?
+>> Thanks :).