]> sipb.mit.edu Git - ikiwiki.git/blob - doc/bugs/pagetitle_function_does_not_respect_meta_titles.mdwn
77c86eba154e019cead22fef7420b72e1715f4ad
[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]]