example for inlining only one level of subpages

master
xuqi 2018-12-10 05:27:16 -04:00 committed by admin
parent 95b5ec74a9
commit 86e0838dd4
1 changed files with 4 additions and 0 deletions

View File

@ -69,6 +69,10 @@ want to combine expression like that; "or" when it's enough for a page to
match one expression. Note that it doesn't make sense to say "index and
SandBox", since no page can match both expressions.
If you want to include only one level of subpages, you can use
blog/* and !blog/*/*
More complex expressions can also be created, by using parentheses for
grouping. For example, to match pages in a blog that are tagged with either
of two tags, use: