diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ikiwiki/directive/meta/discussion.mdwn | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/ikiwiki/directive/meta/discussion.mdwn b/doc/ikiwiki/directive/meta/discussion.mdwn index a0aefe081..9ce81c75d 100644 --- a/doc/ikiwiki/directive/meta/discussion.mdwn +++ b/doc/ikiwiki/directive/meta/discussion.mdwn @@ -67,3 +67,12 @@ index 984f685..b82fa58 100644 ---- I guess patching [[/ikiwiki/directive/meta]] to document the fact this attribute is supported would be good. — [[Jon]] + + +---- + ++1 the language attribute works, I see: + + <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! |