소스 검색

Merge pull request #103 from HyunSeob/master

Add lang attribute to html tag
Ruipeng Zhang 9 년 전
부모
커밋
9a431fb90a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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">
     <%