diff options
author | https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U <Richard@web> | 2013-05-19 16:10:13 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-05-19 16:10:13 -0400 |
commit | fc268b311d8d9ac28a0f52cbede79fde18c6cd47 (patch) | |
tree | cc6b402c0042d175385da103d9c621282b9082ba /doc/bugs | |
parent | e4fe8b5a9d0126f812e9bf126bcb7fc4b9e6dd59 (diff) | |
download | ikiwiki-fc268b311d8d9ac28a0f52cbede79fde18c6cd47.tar ikiwiki-fc268b311d8d9ac28a0f52cbede79fde18c6cd47.tar.gz |
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/feedpages_does_not_prevent_tags_from_being_aggregated.mdwn | 11 |
1 files changed, 11 insertions, 0 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 new file mode 100644 index 000000000..d00e6b8ef --- /dev/null +++ b/doc/bugs/feedpages_does_not_prevent_tags_from_being_aggregated.mdwn @@ -0,0 +1,11 @@ +I added a feedpages directive to `blog/index.mdwn` to not pick up anything tagged `tags/random/hidden` yet that still happenend. + + ~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]] + ~git/richardhartmann.de/blog % + +If you need more information, please let me know. + +Richard |