Browse Source

Indiquer l'usage du francais et non de l'anglais

Hugo Roy 9 years ago
parent
commit
5ad96a7502
4 changed files with 16 additions and 16 deletions
  1. 4 4
      _layouts/home.html
  2. 4 4
      _layouts/page.html
  3. 4 4
      _layouts/post-index.html
  4. 4 4
      _layouts/post.html

+ 4 - 4
_layouts/home.html

@@ -1,8 +1,8 @@
 <!doctype html>
 <!doctype html>
-<!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
-<!--[if (IE 7)&!(IEMobile)]><html class="no-js lt-ie9 lt-ie8" lang="en"><![endif]-->
-<!--[if (IE 8)&!(IEMobile)]><html class="no-js lt-ie9" lang="en"><![endif]-->
-<!--[if gt IE 8]><!--> <html class="no-js" lang="en"><!--<![endif]-->
+<!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="fr"> <![endif]-->
+<!--[if (IE 7)&!(IEMobile)]><html class="no-js lt-ie9 lt-ie8" lang="fr"><![endif]-->
+<!--[if (IE 8)&!(IEMobile)]><html class="no-js lt-ie9" lang="fr"><![endif]-->
+<!--[if gt IE 8]><!--> <html class="no-js" lang="fr"><!--<![endif]-->
 <head>
 <head>
 {% include _head.html %}
 {% include _head.html %}
 </head>
 </head>

+ 4 - 4
_layouts/page.html

@@ -1,8 +1,8 @@
 <!doctype html>
 <!doctype html>
-<!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
-<!--[if (IE 7)&!(IEMobile)]><html class="no-js lt-ie9 lt-ie8" lang="en"><![endif]-->
-<!--[if (IE 8)&!(IEMobile)]><html class="no-js lt-ie9" lang="en"><![endif]-->
-<!--[if gt IE 8]><!--> <html class="no-js" lang="en"><!--<![endif]-->
+<!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="fr"> <![endif]-->
+<!--[if (IE 7)&!(IEMobile)]><html class="no-js lt-ie9 lt-ie8" lang="fr"><![endif]-->
+<!--[if (IE 8)&!(IEMobile)]><html class="no-js lt-ie9" lang="fr"><![endif]-->
+<!--[if gt IE 8]><!--> <html class="no-js" lang="fr"><!--<![endif]-->
 <head>
 <head>
 {% include _head.html %}
 {% include _head.html %}
 </head>
 </head>

+ 4 - 4
_layouts/post-index.html

@@ -1,8 +1,8 @@
 <!doctype html>
 <!doctype html>
-<!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
-<!--[if (IE 7)&!(IEMobile)]><html class="no-js lt-ie9 lt-ie8" lang="en"><![endif]-->
-<!--[if (IE 8)&!(IEMobile)]><html class="no-js lt-ie9" lang="en"><![endif]-->
-<!--[if gt IE 8]><!--> <html class="no-js" lang="en"><!--<![endif]-->
+<!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="fr"> <![endif]-->
+<!--[if (IE 7)&!(IEMobile)]><html class="no-js lt-ie9 lt-ie8" lang="fr"><![endif]-->
+<!--[if (IE 8)&!(IEMobile)]><html class="no-js lt-ie9" lang="fr"><![endif]-->
+<!--[if gt IE 8]><!--> <html class="no-js" lang="fr"><!--<![endif]-->
 <head>
 <head>
 {% include _head.html %}
 {% include _head.html %}
 </head>
 </head>

+ 4 - 4
_layouts/post.html

@@ -1,8 +1,8 @@
 <!doctype html>
 <!doctype html>
-<!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
-<!--[if (IE 7)&!(IEMobile)]><html class="no-js lt-ie9 lt-ie8" lang="en"><![endif]-->
-<!--[if (IE 8)&!(IEMobile)]><html class="no-js lt-ie9" lang="en"><![endif]-->
-<!--[if gt IE 8]><!--> <html class="no-js" lang="en"><!--<![endif]-->
+<!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="fr"> <![endif]-->
+<!--[if (IE 7)&!(IEMobile)]><html class="no-js lt-ie9 lt-ie8" lang="fr"><![endif]-->
+<!--[if (IE 8)&!(IEMobile)]><html class="no-js lt-ie9" lang="fr"><![endif]-->
+<!--[if gt IE 8]><!--> <html class="no-js" lang="fr"><!--<![endif]-->
 <head>
 <head>
 {% include _head.html %}
 {% include _head.html %}
 </head>
 </head>