Add question about meta, title and pagename

master
https://launchpad.net/~beaufils 2015-03-31 12:00:38 -04:00 committed by admin
parent 708373935b
commit e5437b60a4
1 changed files with 4 additions and 0 deletions

View File

@ -78,3 +78,7 @@ I guess patching [[/ikiwiki/directive/meta]] to document the fact this attribute
The problem is that it does not generate the lang attribute in `<html>` and that's what's required for [hyphenation](https://developer.mozilla.org/en-US/docs/Web/CSS/hyphens) so this would be welcome too!
Also, being able to use the language variable in templates would be very useful for various css tweaks. — [Hugo](https://hroy.eu)
----
When `title` is set, is there a way to get the real `pagename` in templates (so that I can use `title_overridden` to render the pagename, as the last of the URL, in a breadcrumb-like part) ? -- [[BBB]]