diff options
author | IanRomanick <IanRomanick@web> | 2009-03-17 04:15:35 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2009-03-17 04:15:35 -0400 |
commit | f2958327eca0a90f4741b742a1c253024b3c2ef0 (patch) | |
tree | ec887bce9827e89037ef3d4cab15582e406509cc | |
parent | 57402750bf2530b0a31f2ef04e187dfd013c55b3 (diff) |
-rw-r--r-- | doc/bugs/feedfile_does_the_wrong_thing_from_index.mdwn2.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/bugs/feedfile_does_the_wrong_thing_from_index.mdwn2.mdwn b/doc/bugs/feedfile_does_the_wrong_thing_from_index.mdwn2.mdwn new file mode 100644 index 000000000..7ab76f1c0 --- /dev/null +++ b/doc/bugs/feedfile_does_the_wrong_thing_from_index.mdwn2.mdwn @@ -0,0 +1,3 @@ +When I put the following !inline in my index.mdwn, it generate a file called index/graphics.rss. However, the link in the RSS button is to graphics.rss (i.e., not in the index/ directory). + +\[[!inline pages="link(tags/graphics) and ./posts/* and !*/Discussion" show="10" feedfile=graphics feedonly=yes]] |