diff options
author | https://launchpad.net/~beaufils <beaufils@web> | 2015-03-31 12:00:38 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2015-03-31 12:00:38 -0400 |
commit | e5437b60a427483725dfc7bd015ef40b3dcb832f (patch) | |
tree | 1fa6cc9f1f4ede453199039c6a4baaf65434a58f | |
parent | 708373935ba819990acf66cddf56a59f5602afe6 (diff) | |
download | ikiwiki-e5437b60a427483725dfc7bd015ef40b3dcb832f.tar ikiwiki-e5437b60a427483725dfc7bd015ef40b3dcb832f.tar.gz |
Add question about meta, title and pagename
-rw-r--r-- | doc/ikiwiki/directive/meta/discussion.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ikiwiki/directive/meta/discussion.mdwn b/doc/ikiwiki/directive/meta/discussion.mdwn index 428f454ab..c0efffdee 100644 --- a/doc/ikiwiki/directive/meta/discussion.mdwn +++ b/doc/ikiwiki/directive/meta/discussion.mdwn @@ -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]] |