From: Joey Hess Date: Tue, 15 Jun 2010 18:17:23 +0000 (-0400) Subject: match only pages in calendar X-Git-Tag: 3.20100623~57 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/ad858475e774672c8805cb91431f0b7cb5c2da8d match only pages in calendar --- diff --git a/doc/examples/blog/sidebar.mdwn b/doc/examples/blog/sidebar.mdwn index 5c1f17723..e0895f63f 100644 --- a/doc/examples/blog/sidebar.mdwn +++ b/doc/examples/blog/sidebar.mdwn @@ -1,5 +1,5 @@ [[!if test="enabled(calendar)" then=""" -[[!calendar pages="./posts/* and !*/Discussion"]] +[[!calendar pages="page(./posts/*) and !*/Discussion"]] """]] [[Recent Comments|comments]]