diff options
author | intrigeri <intrigeri@boum.org> | 2008-11-12 01:06:17 +0100 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2008-11-12 01:10:09 +0100 |
commit | 521d76e5082b5d32bf1fe85b55d85f54f2030090 (patch) | |
tree | 43530faf398f71f337f3eff7cd938c5dbb462921 | |
parent | 50b95a0742d74a4f73f5a8ed9ffc50733080de77 (diff) | |
download | ikiwiki-521d76e5082b5d32bf1fe85b55d85f54f2030090.tar ikiwiki-521d76e5082b5d32bf1fe85b55d85f54f2030090.tar.gz |
pagetitle vs meta: announcing a working prototype
Signed-off-by: intrigeri <intrigeri@boum.org>
-rw-r--r-- | doc/bugs/pagetitle_function_does_not_respect_meta_titles.mdwn | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/bugs/pagetitle_function_does_not_respect_meta_titles.mdwn b/doc/bugs/pagetitle_function_does_not_respect_meta_titles.mdwn index 77c86eba1..158656a13 100644 --- a/doc/bugs/pagetitle_function_does_not_respect_meta_titles.mdwn +++ b/doc/bugs/pagetitle_function_does_not_respect_meta_titles.mdwn @@ -8,5 +8,9 @@ The `IkiWiki::pagetitle` function does not respect title changes via `meta.title > - Using <code>inline</code> would avoid the redefinition + code duplication. > - A few plugins would need to be upgraded. > - It may be necessary to adapt the testsuite in `t/pagetitle.t`, as well. - +> > --[[intrigeri]] +> +>> It was actually more complicated than expected. A working prototype is +>> now in my `meta` branch, see my userpage for the up-to-date url. +>> Thus tagging [[patch]]. --[[intrigeri]] |