]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/bugs/pagetitle_function_does_not_respect_meta_titles.mdwn
Merge commit 'intrigeri/po'
[git.ikiwiki.info.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.
3 --[[madduck]]
5 > Agreed. [[todo/using_meta_titles_for_parentlinks]] contains a beginning of
6 > solution. A few quick notes about it:
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.
12 > --[[intrigeri]]