Skip to content

Commit 7226e48

Browse files
committed
Fixed vuejs#369.
1 parent 5308a37 commit 7226e48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/vue/layout/layout.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<% var isIndex = page.path === 'index.html' %>
22
<!DOCTYPE html>
3-
<html lang="en">
3+
<html lang="zh-CN">
44
<head>
55
<title><%- page.title ? page.title + ' - ' : '' %>Vue.js</title>
66
<meta charset="utf-8">

0 commit comments

Comments
 (0)