use among limit for correctness
parent
a4df28f42a
commit
031d1bf504
|
@ -39,7 +39,7 @@ sub preprocess (@) {
|
|||
add_depends($params{page}, $params{pages}, exists => 1);
|
||||
# Also needs to update when any page with links changes,
|
||||
# in case the links point to our displayed pages.
|
||||
# (Amoung limits this further.)
|
||||
# (Among limits this further.)
|
||||
add_depends($params{page}, exists $params{among} ? $params{among} : "*",
|
||||
links => 1);
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Most of ikiwiki's [[features]] are implemented as plugins. Many of these
|
||||
plugins are included with ikiwiki.
|
||||
|
||||
[[!pagestats pages="plugins/type/* and !plugins/type/slow"]]
|
||||
[[!pagestats pages="plugins/type/* and !plugins/type/slow" among="plugins/*"]]
|
||||
|
||||
There's documentation if you want to [[write]] your own plugins, or you can
|
||||
[[install]] plugins [[contributed|contrib]] by others.
|
||||
|
|
Loading…
Reference in New Issue