X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/6bdd953147f2b86d5e1ea3c176bd6df2f8563ef4..3a72fd87c7214a508b67ac8dc3567a427240c9c8:/doc/ikiwiki/directive/meta/discussion.mdwn

diff --git a/doc/ikiwiki/directive/meta/discussion.mdwn b/doc/ikiwiki/directive/meta/discussion.mdwn
index 108cf2bb9..428f454ab 100644
--- a/doc/ikiwiki/directive/meta/discussion.mdwn
+++ b/doc/ikiwiki/directive/meta/discussion.mdwn
@@ -3,6 +3,8 @@ Is there any reason the [language attribute](https://en.wikipedia.org/wiki/Meta_
 
 > Attached a patch against the Git repository, working on Debian ikiwiki_3.20100815.9. --[[LucaCapello]]
 
+[[patch]]
+
 -----
 
 <pre>
@@ -61,3 +63,18 @@ index 984f685..b82fa58 100644
 -- 
 1.7.10.4
 </pre>
+
+----
+
+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!
+
+Also, being able to use the language variable in templates would be very useful for various css tweaks. — [Hugo](https://hroy.eu)