aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-03-19 16:01:23 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-03-19 16:01:30 -0400
commita1c8520ce8798dcd2d6b16a59da93afbd4bbf86b (patch)
tree169bfb004beddee8e61c4689192bf7aabce186f5 /doc
parent86956b3392f7e768fa8f527a0b3a4b7d1a080aef (diff)
downloadikiwiki-a1c8520ce8798dcd2d6b16a59da93afbd4bbf86b.tar
ikiwiki-a1c8520ce8798dcd2d6b16a59da93afbd4bbf86b.tar.gz
inline: Fix urls to feed when feedfile is used on an index page.
It would be better to use urlto() here, but will_render has not yet been called on the feed files at this point, so it won't work. (And reorganizing so it can be is tricky.)
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/feedfile_does_the_wrong_thing_from_index.mdwn2.mdwn2
1 files changed, 2 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
index 1653e0b02..6b8781a8c 100644
--- a/doc/bugs/feedfile_does_the_wrong_thing_from_index.mdwn2.mdwn
+++ b/doc/bugs/feedfile_does_the_wrong_thing_from_index.mdwn2.mdwn
@@ -3,3 +3,5 @@
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]]`
+
+[[done]] --[[Joey]]