remove blog from pagespecs
parent
bce2a34c19
commit
d20b365b4b
|
@ -77,7 +77,7 @@ you use the following additional features:
|
||||||
|
|
||||||
* Insert various [[directives|directive]] onto a page to perform useful
|
* Insert various [[directives|directive]] onto a page to perform useful
|
||||||
actions.
|
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:
|
For example, you can:
|
||||||
"""]]
|
"""]]
|
||||||
|
|
||||||
|
@ -94,7 +94,7 @@ you use the following additional features:
|
||||||
\[[!meta title="full page title"]]
|
\[[!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:
|
* Create a blog by inlining a set of pages:
|
||||||
|
|
||||||
\[[!inline pages="blog/*"]]
|
\[[!inline pages="blog/*"]]
|
||||||
|
|
Loading…
Reference in New Issue