diff options
author | https://www.google.com/accounts/o8/id?id=AItOawk_ptms9fP_S8unm2OlnsNGX1bb7QEpQ8w <Hugo@web> | 2014-03-23 10:22:06 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-03-23 10:22:06 -0400 |
commit | fe1e9ae40efab07ebc10c97b96e714104f0b6128 (patch) | |
tree | d88e899d9d196beff2a73d02c81cb79aabfb5f6b /doc | |
parent | 2490bc9747a623b318869389debad77fcdfed68b (diff) | |
download | ikiwiki-fe1e9ae40efab07ebc10c97b96e714104f0b6128.tar ikiwiki-fe1e9ae40efab07ebc10c97b96e714104f0b6128.tar.gz |
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! |