remove blog from pagespecs

master
Joey Hess 2008-09-25 20:25:26 -04:00
parent bce2a34c19
commit d20b365b4b
1 changed files with 2 additions and 2 deletions

View 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/*"]]