]> sipb.mit.edu Git - ikiwiki.git/blob - doc/bugs/pagetitle_function_does_not_respect_meta_titles.mdwn
Merge commit 'upstream/master' into prv/po
[ikiwiki.git] / doc / bugs / pagetitle_function_does_not_respect_meta_titles.mdwn
1 The `IkiWiki::pagetitle` function does not respect title changes via `meta.title`. It really should, so that links rendered with `htmllink` get the proper title in the link text.
2
3 --[[madduck]]
4
5 > Agreed. [[todo/using_meta_titles_for_parentlinks]] contains a beginning of
6 > solution. A few quick notes about it:
7
8 > - Using <code>inline</code> would avoid the redefinition + code duplication.
9 > - A few plugins would need to be upgraded.
10 > - It may be necessary to adapt the testsuite in `t/pagetitle.t`, as well.
11 >
12 > --[[intrigeri]]
13 >
14 >> It was actually more complicated than expected. A working prototype is
15 >> now in my `meta` branch, see my userpage for the up-to-date url.
16 >> Thus tagging [[patch]]. --[[intrigeri]]