diff options
author | https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U <Richard@web> | 2013-05-19 16:15:24 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-05-19 16:15:24 -0400 |
commit | 76c4154a99fab6b933d6b09b5e0e8d6a17ae938f (patch) | |
tree | 7648ab4ab023eebc772a925457257682bd1bcc53 /doc | |
parent | fc268b311d8d9ac28a0f52cbede79fde18c6cd47 (diff) | |
download | ikiwiki-76c4154a99fab6b933d6b09b5e0e8d6a17ae938f.tar ikiwiki-76c4154a99fab6b933d6b09b5e0e8d6a17ae938f.tar.gz |
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/feedpages_does_not_prevent_tags_from_being_aggregated.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bugs/feedpages_does_not_prevent_tags_from_being_aggregated.mdwn b/doc/bugs/feedpages_does_not_prevent_tags_from_being_aggregated.mdwn index d00e6b8ef..bed4ab056 100644 --- a/doc/bugs/feedpages_does_not_prevent_tags_from_being_aggregated.mdwn +++ b/doc/bugs/feedpages_does_not_prevent_tags_from_being_aggregated.mdwn @@ -3,7 +3,7 @@ I added a feedpages directive to `blog/index.mdwn` to not pick up anything tagge ~git/richardhartmann.de/blog % grep hidden index.mdwn [[!inline pages="./posts/*/*/* and !*/Discussion" feedpages="./posts/*/*/* and !*/Discussion and not tagged(tags/random/hidden)" show="10" actions=yes rootpage="blog"]] ~git/richardhartmann.de/blog % grep hidden posts/2013/05/17-Debian_Release_Critical_Bug_report_for_Week_20.mdwn - [[!tag tags/tech/floss/debian tags/tech/floss/debian/rc-stats/8.0-jessie tags/random/hidden]] + \[[!tag tags/tech/floss/debian tags/tech/floss/debian/rc-stats/8.0-jessie tags/random/hidden]] ~git/richardhartmann.de/blog % If you need more information, please let me know. |