diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2010-02-26 11:50:24 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2010-02-26 11:50:24 -0500 |
commit | 4b1da14612c26981055dd186deacc004f93bdad0 (patch) | |
tree | e1e6d327f67c9d200a64cf4c3a9d8334dcd3a9e4 | |
parent | b3c3c42b269c102123dcd80979cb9c49ce13bca7 (diff) | |
parent | 983ecb0915b27f33e14e4b2e20090df69419f374 (diff) | |
download | ikiwiki-4b1da14612c26981055dd186deacc004f93bdad0.tar ikiwiki-4b1da14612c26981055dd186deacc004f93bdad0.tar.gz |
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
-rw-r--r-- | doc/bugs/map_sorts_by_pagename_and_not_title_when_show__61__title_is_used.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bugs/map_sorts_by_pagename_and_not_title_when_show__61__title_is_used.mdwn b/doc/bugs/map_sorts_by_pagename_and_not_title_when_show__61__title_is_used.mdwn index bc19e7d87..de178d415 100644 --- a/doc/bugs/map_sorts_by_pagename_and_not_title_when_show__61__title_is_used.mdwn +++ b/doc/bugs/map_sorts_by_pagename_and_not_title_when_show__61__title_is_used.mdwn @@ -14,3 +14,5 @@ The [[ikiwiki/directive/map]] directive sort by pagename. That looks kind of odd >> 1. inline also does sort by pagename even when explicitly told to sort by title. >> >> 2. I cannot get inline to create a list when the htmltidy plugin is switched on. I have a template which is enclosed in an li tag, and i put the ul tag around the inline manually, but htmltidy breaks this. --martin + +>>>> You might want to check if the [[plugins/contrib/report]] plugin solves your problem. It can sort by title, among other things. --[[KathrynAndersen]] |