remove blog from pagespecs
authorJoey Hess <joey@kodama.kitenet.net>
Fri, 26 Sep 2008 00:25:26 +0000 (20:25 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Fri, 26 Sep 2008 00:25:26 +0000 (20:25 -0400)
doc/ikiwiki/formatting.mdwn

index 8b74cd73d7cf9323e40cdf1a7ca2ede961d85b9b..a8e0c58f8a1ce4f0be684436c949ae238e43b664 100644 (file)
@@ -77,7 +77,7 @@ you use the following additional features:
 
 * Insert various [[directives|directive]] onto a page to perform useful
   actions.
-[[!if test="enabled(toc) or enabled(meta) or (enabled(inline) and blog)" then="""
+[[!if test="enabled(toc) or enabled(meta) or (enabled(inline))" then="""
   For example, you can:
 """]]
 
@@ -94,7 +94,7 @@ you use the following additional features:
        \[[!meta title="full page title"]]
 """]]
 
-[[!if test="enabled(inline) and blog" then="""
+[[!if test="enabled(inline)" then="""
   * Create a blog by inlining a set of pages:
 
        \[[!inline pages="blog/*"]]