Explorar el Código

Merge pull request #103 from HyunSeob/master

Add lang attribute to html tag
Ruipeng Zhang hace 9 años
padre
commit
9a431fb90a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      layout/common/head.ejs

+ 1 - 1
layout/common/head.ejs

@@ -1,5 +1,5 @@
 <!DOCTYPE html>
-<html>
+<html lang="<%=config.language.substring(0, 2) %>">
 <head>
     <meta charset="utf-8">
     <%