master
Joey Hess 2008-11-04 13:19:15 -05:00
parent c197cc34b0
commit 43a83e103e
1 changed files with 3 additions and 0 deletions

View File

@ -27,3 +27,6 @@ take it as far as implementing "replies" to other comments.
Is there a simple way to exclude images, stylesheets, and other
"non-page" files other than a blacklist approach like
`pages="* and !*.png and !*.css"`? --[[JasonBlevins]]
> The [[plugins/filecheck]] plugin adds a 'ispage()' pagespec test that can do that.
> --[[Joey]]