]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/ikiwiki/directive/meta/discussion.mdwn
Typos
[git.ikiwiki.info.git] / doc / ikiwiki / directive / meta / discussion.mdwn
index 9ce81c75d2d5874a0db607cab5601b25c927aad8..5461d2e8e364d55a0785e1055144263673e223e5 100644 (file)
@@ -76,3 +76,9 @@ I guess patching [[/ikiwiki/directive/meta]] to document the fact this attribute
      <meta name="language" content="en" />
 
 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 part of the page URL, in breadcrumbs) ? -- [[BBB]]